#CD8808

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

Shades of Dark Goldenrod #CD8808

Tints of Dark Goldenrod #CD8808

Color information

#CD8808 (or 0xCD8808) is unknown color: approx Dark Goldenrod. HEX triplet: CD, 88 and 08. RGB value is (205,136,8). Sum of RGB (Red+Green+Blue) = 205+136+8=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8808 is #3277F7. Grayscale: #8E8E8E. Windows color (decimal): -3307512 or 559309. OLE color: 559309.

HSL color Cylindrical-coordinate representation of color #CD8808: hue angle of 38.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD8808 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB2051368-
CMYK00.340.960.20
HSL38.98º92.49%41.76%-
HSV(B)38.98º96.1%80.39%-
XYZ34.0230.64.34-
YUV142.0452.36172.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.74%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=58.74%
G=38.97%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205136800.340.960.2038.9892.4941.76
HexCD8880226014275c2a
Octal31521010042140244713452
Binary1100110110001000100001000101100000101001001111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8808; }

 p { color: rgb(205,136,8); }

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

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

 a { background-color: rgb(205,136,8); }

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

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

 span { border-color: rgb(205,136,8); }

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