#CB8806

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

Shades of Dark Goldenrod #CB8806

Tints of Dark Goldenrod #CB8806

Color information

#CB8806 (or 0xCB8806) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 88 and 06. RGB value is (203,136,6). Sum of RGB (Red+Green+Blue) = 203+136+6=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8806 is #3477F9. Grayscale: #8D8D8D. Windows color (decimal): -3438586 or 428235. OLE color: 428235.

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

Color convert

RGB2031366-
CMYK00.330.970.20
HSL39.59º94.26%40.98%-
HSV(B)39.59º97.04%79.61%-
XYZ33.4730.324.26-
YUV141.2151.7172.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.84%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 6 (2.73% from 255) = 1.74%
R=58.84%
G=39.42%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203136600.330.970.2039.5994.2640.98
HexCB8860216114285e29
Octal3132106041141245013651
Binary110010111000100011001000011100001101001010001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8806; }

 p { color: rgb(203,136,6); }

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

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

 a { background-color: rgb(203,136,6); }

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

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

 span { border-color: rgb(203,136,6); }

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