#CB8D0C

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

Shades of Dark Goldenrod #CB8D0C

Tints of Dark Goldenrod #CB8D0C

Color information

#CB8D0C (or 0xCB8D0C) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 8D and 0C. RGB value is (203,141,12). Sum of RGB (Red+Green+Blue) = 203+141+12=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8D0C is #3472F3. Grayscale: #919191. Windows color (decimal): -3437300 or 822731. OLE color: 822731.

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

Color convert

RGB20314112-
CMYK00.310.940.20
HSL40.52º88.84%42.16%-
HSV(B)40.52º94.09%79.61%-
XYZ34.2231.774.68-
YUV144.8353.04169.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.02%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 12 (5.08% from 255) = 3.37%
R=57.02%
G=39.61%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031411200.310.940.2040.5288.8442.16
HexCB8DC01F5E1429592a
Octal31321514037136245113152
Binary110010111000110111000111111011110101001010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D0C; }

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

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

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

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

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

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

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

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