#CD8708

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

Shades of Dark Goldenrod #CD8708

Tints of Dark Goldenrod #CD8708

Color information

#CD8708 (or 0xCD8708) is unknown color: approx Dark Goldenrod. HEX triplet: CD, 87 and 08. RGB value is (205,135,8). Sum of RGB (Red+Green+Blue) = 205+135+8=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8708 is #3278F7. Grayscale: #8E8E8E. Windows color (decimal): -3307768 or 559053. OLE color: 559053.

HSL color Cylindrical-coordinate representation of color #CD8708: hue angle of 38.68º 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 #CD8708 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB2051358-
CMYK00.340.960.20
HSL38.68º92.49%41.76%-
HSV(B)38.68º96.1%80.39%-
XYZ33.8830.324.3-
YUV141.4552.69173.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.91%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 8 (3.52% from 255) = 2.30%
R=58.91%
G=38.79%
B=2.30%

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
Decimal205135800.340.960.2038.6892.4941.76
HexCD8780226014275c2a
Octal31520710042140244713452
Binary1100110110000111100001000101100000101001001111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8708; }

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

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

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

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

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

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

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

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