Shades of Dark Goldenrod #C0720C
Tints of Dark Goldenrod #C0720C
RGB
CMYK
RGB Variations
Color information
#C0720C (or 0xC0720C) is known color: Dark Goldenrod. HEX triplet: C0, 72 and 0C. RGB value is (192,114,12). Sum of RGB (Red+Green+Blue) = 192+114+12=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0720C is #3F8DF3. Grayscale: #7E7E7E. Windows color (decimal): -4165108 or 815808. OLE color: 815808.
HSL color Cylindrical-coordinate representation of color #C0720C: hue angle of 34º 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 #C0720C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.25 |
| HSL | 34º | 0.88% | 0.4% | - |
| HSV(B) | 34º | 0.94% | 0.75% | - |
| XYZ | 27.82 | 23.27 | 3.37 | - |
| YUV | 125.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 12 | 0 | 0.41 | 0.94 | 0.25 | 34 | 0.88 | 0.4 |
| Hex | C0 | 72 | C | 0 | 29 | 5E | 19 | 22 | 58 | 28 |
| Octal | 300 | 162 | 14 | 0 | 51 | 136 | 31 | 42 | 130 | 50 |
| Binary | 11000000 | 1110010 | 1100 | 0 | 101001 | 1011110 | 11001 | 100010 | 1011000 | 101000 |
Color Harmonies of #C0720C
Complementary color
Monochromatic Colors of #C0720C
Black with #C0720C
Text Example
Text Example
White with #C0720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0720C; }
p { color: rgb(192,114,12); }
H1.HeaderClassName
{
color: #C0720C;
}
.AnyTagClassName
{
color: #C0720C;
}
</style>
background-color css
<style>
a { background-color: #C0720C; }
a { background-color: rgb(192,114,12); }
div.DivClassName
{
background-color: #C0720C;
}
.BgClassName
{
background-color: #C0720C;
}
</style>
border-color css
<style>
span { border-color: #C0720C; }
span { border-color: rgb(192,114,12); }
td.TdClassName
{
border-color: #C0720C;
}
.TagClassName
{
border-color: #C0720C;
}
</style>