#CB810C

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

Shades of Dark Goldenrod #CB810C

Tints of Dark Goldenrod #CB810C

Color information

#CB810C (or 0xCB810C) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 81 and 0C. RGB value is (203,129,12). Sum of RGB (Red+Green+Blue) = 203+129+12=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB810C is #347EF3. Grayscale: #8A8A8A. Windows color (decimal): -3440372 or 819659. OLE color: 819659.

HSL color Cylindrical-coordinate representation of color #CB810C: hue angle of 36.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB810C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB20312912-
CMYK00.360.940.20
HSL36.75º88.84%42.16%-
HSV(B)36.75º94.09%79.61%-
XYZ32.5528.424.12-
YUV137.7957.02174.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.01%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 12 (5.08% from 255) = 3.49%
R=59.01%
G=37.5%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031291200.360.940.2036.7588.8442.16
HexCB81C0245E1425592a
Octal31320114044136244513152
Binary1100101110000001110001001001011110101001001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB810C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB810C; }

 p { color: rgb(203,129,12); }

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

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

 a { background-color: rgb(203,129,12); }

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

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

 span { border-color: rgb(203,129,12); }

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