Shades of Dark Goldenrod #C0860C
Tints of Dark Goldenrod #C0860C
RGB
CMYK
RGB Variations
Color information
#C0860C (or 0xC0860C) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 0C. RGB value is (192,134,12). Sum of RGB (Red+Green+Blue) = 192+134+12=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0860C is #3F79F3. Grayscale: #898989. Windows color (decimal): -4159988 or 820928. OLE color: 820928.
HSL color Cylindrical-coordinate representation of color #C0860C: hue angle of 40.67º degrees, saturation: 0.88, 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 #C0860C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.25 |
| HSL | 40.67º | 0.88% | 0.4% | - |
| HSV(B) | 40.67º | 0.94% | 0.75% | - |
| XYZ | 30.33 | 28.28 | 4.21 | - |
| YUV | 137.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 12 | 0 | 0.30 | 0.94 | 0.25 | 40.67 | 0.88 | 0.4 |
| Hex | C0 | 86 | C | 0 | 1E | 5E | 19 | 29 | 58 | 28 |
| Octal | 300 | 206 | 14 | 0 | 36 | 136 | 31 | 51 | 130 | 50 |
| Binary | 11000000 | 10000110 | 1100 | 0 | 11110 | 1011110 | 11001 | 101001 | 1011000 | 101000 |
Color Harmonies of #C0860C
Complementary color
Monochromatic Colors of #C0860C
Black with #C0860C
Text Example
Text Example
White with #C0860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0860C; }
p { color: rgb(192,134,12); }
H1.HeaderClassName
{
color: #C0860C;
}
.AnyTagClassName
{
color: #C0860C;
}
</style>
background-color css
<style>
a { background-color: #C0860C; }
a { background-color: rgb(192,134,12); }
div.DivClassName
{
background-color: #C0860C;
}
.BgClassName
{
background-color: #C0860C;
}
</style>
border-color css
<style>
span { border-color: #C0860C; }
span { border-color: rgb(192,134,12); }
td.TdClassName
{
border-color: #C0860C;
}
.TagClassName
{
border-color: #C0860C;
}
</style>