#cd8a25

Color #CD8A25 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #CD8A25

Tints of Geebung #CD8A25

Color information

#CD8A25 (or 0xCD8A25) is unknown color: approx Geebung. HEX triplet: CD, 8A and 25. RGB value is (205,138,37). Sum of RGB (Red+Green+Blue) = 205+138+37=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8A25 is #3275DA. Grayscale: #929292. Windows color (decimal): -3306971 or 2460365. OLE color: 2460365.

HSL color Cylindrical-coordinate representation of color #CD8A25: hue angle of 36.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD8A25 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB20513837-
CMYK00.330.820.20
HSL36.07º69.42%47.45%-
HSV(B)36.07º81.95%80.39%-
XYZ34.631.295.97-
YUV146.5266.2169.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 53.95%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 37 (14.84% from 255) = 9.74%
R=53.95%
G=36.32%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051383700.330.820.2036.0769.4247.45
HexCD8A25021521424452f
Octal31521245041122244410557
Binary110011011000101010010101000011010010101001001001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8a25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8a25; }

 p { color: rgb(205,138,37); }

 H1.HeaderClassName
 {
   color: #cd8a25;
 }
 .AnyTagClassName
 {
   color: #cd8a25;
 }
</style>
background-color css

<style>
 a { background-color: #cd8a25; }

 a { background-color: rgb(205,138,37); }

 div.DivClassName
 {
   background-color: #cd8a25;
 }
 .BgClassName
 {
   background-color: #cd8a25;
 }
</style>
border-color css

<style>
 span { border-color: #cd8a25; }

 span { border-color: rgb(205,138,37); }

 td.TdClassName
 {
   border-color: #cd8a25;
 }
 .TagClassName
 {
   border-color: #cd8a25;
 }
</style>