#CB8204

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

Shades of Dark Goldenrod #CB8204

Tints of Dark Goldenrod #CB8204

Color information

#CB8204 (or 0xCB8204) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 82 and 04. RGB value is (203,130,4). Sum of RGB (Red+Green+Blue) = 203+130+4=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8204 is #347DFB. Grayscale: #8A8A8A. Windows color (decimal): -3440124 or 295627. OLE color: 295627.

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

Color convert

RGB2031304-
CMYK00.360.980.20
HSL37.99º96.14%40.59%-
HSV(B)37.99º98.03%79.61%-
XYZ32.6328.673.93-
YUV137.4652.68174.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.24%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 4 (1.95% from 255) = 1.19%
R=60.24%
G=38.58%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203130400.360.980.2037.9996.1440.59
HexCB8240246214266029
Octal3132024044142244614051
Binary110010111000001010001001001100010101001001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8204; }

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

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

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

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

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

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

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

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