Shades of Dark Goldenrod #C0860F
Tints of Dark Goldenrod #C0860F
RGB
CMYK
RGB Variations
Color information
#C0860F (or 0xC0860F) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 0F. RGB value is (192,134,15). Sum of RGB (Red+Green+Blue) = 192+134+15=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0860F is #3F79F0. Grayscale: #8A8A8A. Windows color (decimal): -4159985 or 1017536. OLE color: 1017536.
HSL color Cylindrical-coordinate representation of color #C0860F: hue angle of 40.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0860F is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 15 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.25 |
| HSL | 40.34º | 0.86% | 0.41% | - |
| HSV(B) | 40.34º | 0.92% | 0.75% | - |
| XYZ | 30.35 | 28.29 | 4.31 | - |
| YUV | 137.78 | 58.72 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 15 | 0 | 0.30 | 0.92 | 0.25 | 40.34 | 0.86 | 0.41 |
| Hex | C0 | 86 | F | 0 | 1E | 5C | 19 | 28 | 56 | 29 |
| Octal | 300 | 206 | 17 | 0 | 36 | 134 | 31 | 50 | 126 | 51 |
| Binary | 11000000 | 10000110 | 1111 | 0 | 11110 | 1011100 | 11001 | 101000 | 1010110 | 101001 |
Color Harmonies of #C0860F
Complementary color
Monochromatic Colors of #C0860F
Black with #C0860F
Text Example
Text Example
White with #C0860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0860F; }
p { color: rgb(192,134,15); }
H1.HeaderClassName
{
color: #C0860F;
}
.AnyTagClassName
{
color: #C0860F;
}
</style>
background-color css
<style>
a { background-color: #C0860F; }
a { background-color: rgb(192,134,15); }
div.DivClassName
{
background-color: #C0860F;
}
.BgClassName
{
background-color: #C0860F;
}
</style>
border-color css
<style>
span { border-color: #C0860F; }
span { border-color: rgb(192,134,15); }
td.TdClassName
{
border-color: #C0860F;
}
.TagClassName
{
border-color: #C0860F;
}
</style>