#CB9602

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

Shades of Dark Goldenrod #CB9602

Tints of Dark Goldenrod #CB9602

Color information

#CB9602 (or 0xCB9602) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 96 and 02. RGB value is (203,150,2). Sum of RGB (Red+Green+Blue) = 203+150+2=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9602 is #3469FD. Grayscale: #959595. Windows color (decimal): -3435006 or 169675. OLE color: 169675.

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

Color convert

RGB2031502-
CMYK00.260.990.20
HSL44.18º98.05%40.2%-
HSV(B)44.18º99.01%79.61%-
XYZ35.5534.514.85-
YUV148.9845.06166.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.18%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=57.18%
G=42.25%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203150200.260.990.2044.1898.0540.2
HexCB96201A63142c6228
Octal3132262032143245414250
Binary1100101110010110100110101100011101001011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9602; }

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

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

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

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

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

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

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

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