#CB9702

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

Shades of Dark Goldenrod #CB9702

Tints of Dark Goldenrod #CB9702

Color information

#CB9702 (or 0xCB9702) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 97 and 02. RGB value is (203,151,2). Sum of RGB (Red+Green+Blue) = 203+151+2=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9702 is #3468FD. Grayscale: #969696. Windows color (decimal): -3434750 or 169931. OLE color: 169931.

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

Color convert

RGB2031512-
CMYK00.260.990.20
HSL44.48º98.05%40.2%-
HSV(B)44.48º99.01%79.61%-
XYZ35.7134.834.9-
YUV149.5644.73166.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.02%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=57.02%
G=42.42%
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
Decimal203151200.260.990.2044.4898.0540.2
HexCB97201A63142c6228
Octal3132272032143245414250
Binary1100101110010111100110101100011101001011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9702; }

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

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

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

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

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

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

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

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