Shades of Dark Goldenrod #C0710C
Tints of Dark Goldenrod #C0710C
RGB
CMYK
RGB Variations
Color information
#C0710C (or 0xC0710C) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 0C. RGB value is (192,113,12). Sum of RGB (Red+Green+Blue) = 192+113+12=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0710C is #3F8EF3. Grayscale: #7D7D7D. Windows color (decimal): -4165364 or 815552. OLE color: 815552.
HSL color Cylindrical-coordinate representation of color #C0710C: hue angle of 33.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 #C0710C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.25 |
| HSL | 33.67º | 0.88% | 0.4% | - |
| HSV(B) | 33.67º | 0.94% | 0.75% | - |
| XYZ | 27.71 | 23.04 | 3.34 | - |
| YUV | 125.11 | 64.17 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 12 | 0 | 0.41 | 0.94 | 0.25 | 33.67 | 0.88 | 0.4 |
| Hex | C0 | 71 | C | 0 | 29 | 5E | 19 | 22 | 58 | 28 |
| Octal | 300 | 161 | 14 | 0 | 51 | 136 | 31 | 42 | 130 | 50 |
| Binary | 11000000 | 1110001 | 1100 | 0 | 101001 | 1011110 | 11001 | 100010 | 1011000 | 101000 |
Color Harmonies of #C0710C
Complementary color
Monochromatic Colors of #C0710C
Black with #C0710C
Text Example
Text Example
White with #C0710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0710C; }
p { color: rgb(192,113,12); }
H1.HeaderClassName
{
color: #C0710C;
}
.AnyTagClassName
{
color: #C0710C;
}
</style>
background-color css
<style>
a { background-color: #C0710C; }
a { background-color: rgb(192,113,12); }
div.DivClassName
{
background-color: #C0710C;
}
.BgClassName
{
background-color: #C0710C;
}
</style>
border-color css
<style>
span { border-color: #C0710C; }
span { border-color: rgb(192,113,12); }
td.TdClassName
{
border-color: #C0710C;
}
.TagClassName
{
border-color: #C0710C;
}
</style>