#CB9902

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

Shades of Dark Goldenrod #CB9902

Tints of Dark Goldenrod #CB9902

Color information

#CB9902 (or 0xCB9902) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 99 and 02. RGB value is (203,153,2). Sum of RGB (Red+Green+Blue) = 203+153+2=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9902 is #3466FD. Grayscale: #979797. Windows color (decimal): -3434238 or 170443. OLE color: 170443.

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

Color convert

RGB2031532-
CMYK00.250.990.20
HSL45.07º98.05%40.2%-
HSV(B)45.07º99.01%79.61%-
XYZ36.0335.485.01-
YUV150.7444.06165.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=56.70%
G=42.74%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203153200.250.990.2045.0798.0540.2
HexCB99201963142d6228
Octal3132312031143245514250
Binary1100101110011001100110011100011101001011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9902; }

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

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

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

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

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

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

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

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