#CB8E04

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

Shades of Dark Goldenrod #CB8E04

Tints of Dark Goldenrod #CB8E04

Color information

#CB8E04 (or 0xCB8E04) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 8E and 04. RGB value is (203,142,4). Sum of RGB (Red+Green+Blue) = 203+142+4=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8E04 is #3471FB. Grayscale: #919191. Windows color (decimal): -3437052 or 298699. OLE color: 298699.

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

Color convert

RGB2031424-
CMYK00.300.980.20
HSL41.61º96.14%40.59%-
HSV(B)41.61º98.03%79.61%-
XYZ34.3232.054.49-
YUV144.5148.71169.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.17%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=58.17%
G=40.69%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203142400.300.980.2041.6196.1440.59
HexCB8E401E62142a6029
Octal3132164036142245214051
Binary11001011100011101000111101100010101001010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E04; }

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

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

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

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

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

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

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

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