#CB8702

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

Shades of Dark Goldenrod #CB8702

Tints of Dark Goldenrod #CB8702

Color information

#CB8702 (or 0xCB8702) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 87 and 02. RGB value is (203,135,2). Sum of RGB (Red+Green+Blue) = 203+135+2=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8702 is #3478FD. Grayscale: #8C8C8C. Windows color (decimal): -3438846 or 165835. OLE color: 165835.

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

Color convert

RGB2031352-
CMYK00.330.990.20
HSL39.7º98.05%40.2%-
HSV(B)39.7º99.01%79.61%-
XYZ33.330.034.1-
YUV140.1750.03172.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.71%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=59.71%
G=39.71%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203135200.330.990.2039.798.0540.2
HexCB8720216314286228
Octal3132072041143245014250
Binary11001011100001111001000011100011101001010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8702; }

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

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

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

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

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

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

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

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