#CB9604

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

Shades of Dark Goldenrod #CB9604

Tints of Dark Goldenrod #CB9604

Color information

#CB9604 (or 0xCB9604) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 96 and 04. RGB value is (203,150,4). Sum of RGB (Red+Green+Blue) = 203+150+4=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9604 is #3469FB. Grayscale: #959595. Windows color (decimal): -3435004 or 300747. OLE color: 300747.

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

Color convert

RGB2031504-
CMYK00.260.980.20
HSL44.02º96.14%40.59%-
HSV(B)44.02º98.03%79.61%-
XYZ35.5634.524.9-
YUV149.246.06166.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.86%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=56.86%
G=42.02%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203150400.260.980.2044.0296.1440.59
HexCB96401A62142c6029
Octal3132264032142245414051
Binary11001011100101101000110101100010101001011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9604; }

 p { color: rgb(203,150,4); }

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

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

 a { background-color: rgb(203,150,4); }

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

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

 span { border-color: rgb(203,150,4); }

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