#CB8C12

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

Shades of Dark Goldenrod #CB8C12

Tints of Dark Goldenrod #CB8C12

Color information

#CB8C12 (or 0xCB8C12) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 8C and 12. RGB value is (203,140,18). Sum of RGB (Red+Green+Blue) = 203+140+18=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C12 is #3473ED. Grayscale: #919191. Windows color (decimal): -3437550 or 1215691. OLE color: 1215691.

HSL color Cylindrical-coordinate representation of color #CB8C12: hue angle of 39.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB8C12 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB20314018-
CMYK00.310.910.20
HSL39.57º83.71%43.33%-
HSV(B)39.57º91.13%79.61%-
XYZ34.1231.54.85-
YUV144.9356.37169.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.23%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 18 (7.42% from 255) = 4.99%
R=56.23%
G=38.78%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031401800.310.910.2039.5783.7143.33
HexCB8C1201F5B1428542b
Octal31321422037133245012453
Binary1100101110001100100100111111011011101001010001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C12; }

 p { color: rgb(203,140,18); }

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

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

 a { background-color: rgb(203,140,18); }

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

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

 span { border-color: rgb(203,140,18); }

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