Shades of Dark Goldenrod #C0860B
Tints of Dark Goldenrod #C0860B
RGB
CMYK
RGB Variations
Color information
#C0860B (or 0xC0860B) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 0B. RGB value is (192,134,11). Sum of RGB (Red+Green+Blue) = 192+134+11=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0860B is #3F79F4. Grayscale: #898989. Windows color (decimal): -4159989 or 755392. OLE color: 755392.
HSL color Cylindrical-coordinate representation of color #C0860B: hue angle of 40.77º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0860B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.25 |
| HSL | 40.77º | 0.89% | 0.4% | - |
| HSV(B) | 40.77º | 0.94% | 0.75% | - |
| XYZ | 30.32 | 28.28 | 4.18 | - |
| YUV | 137.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 11 | 0 | 0.30 | 0.94 | 0.25 | 40.77 | 0.89 | 0.4 |
| Hex | C0 | 86 | B | 0 | 1E | 5E | 19 | 29 | 59 | 28 |
| Octal | 300 | 206 | 13 | 0 | 36 | 136 | 31 | 51 | 131 | 50 |
| Binary | 11000000 | 10000110 | 1011 | 0 | 11110 | 1011110 | 11001 | 101001 | 1011001 | 101000 |
Color Harmonies of #C0860B
Complementary color
Monochromatic Colors of #C0860B
Black with #C0860B
Text Example
Text Example
White with #C0860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0860B; }
p { color: rgb(192,134,11); }
H1.HeaderClassName
{
color: #C0860B;
}
.AnyTagClassName
{
color: #C0860B;
}
</style>
background-color css
<style>
a { background-color: #C0860B; }
a { background-color: rgb(192,134,11); }
div.DivClassName
{
background-color: #C0860B;
}
.BgClassName
{
background-color: #C0860B;
}
</style>
border-color css
<style>
span { border-color: #C0860B; }
span { border-color: rgb(192,134,11); }
td.TdClassName
{
border-color: #C0860B;
}
.TagClassName
{
border-color: #C0860B;
}
</style>