Shades of Dark Goldenrod #C0720D
Tints of Dark Goldenrod #C0720D
RGB
CMYK
RGB Variations
Color information
#C0720D (or 0xC0720D) is known color: Dark Goldenrod. HEX triplet: C0, 72 and 0D. RGB value is (192,114,13). Sum of RGB (Red+Green+Blue) = 192+114+13=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0720D is #3F8DF2. Grayscale: #7E7E7E. Windows color (decimal): -4165107 or 881344. OLE color: 881344.
HSL color Cylindrical-coordinate representation of color #C0720D: hue angle of 33.85º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0720D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 13 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.25 |
| HSL | 33.85º | 0.87% | 0.4% | - |
| HSV(B) | 33.85º | 0.93% | 0.75% | - |
| XYZ | 27.83 | 23.27 | 3.41 | - |
| YUV | 125.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 13 | 0 | 0.41 | 0.93 | 0.25 | 33.85 | 0.87 | 0.4 |
| Hex | C0 | 72 | D | 0 | 29 | 5D | 19 | 22 | 57 | 28 |
| Octal | 300 | 162 | 15 | 0 | 51 | 135 | 31 | 42 | 127 | 50 |
| Binary | 11000000 | 1110010 | 1101 | 0 | 101001 | 1011101 | 11001 | 100010 | 1010111 | 101000 |
Color Harmonies of #C0720D
Complementary color
Monochromatic Colors of #C0720D
Black with #C0720D
Text Example
Text Example
White with #C0720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0720D; }
p { color: rgb(192,114,13); }
H1.HeaderClassName
{
color: #C0720D;
}
.AnyTagClassName
{
color: #C0720D;
}
</style>
background-color css
<style>
a { background-color: #C0720D; }
a { background-color: rgb(192,114,13); }
div.DivClassName
{
background-color: #C0720D;
}
.BgClassName
{
background-color: #C0720D;
}
</style>
border-color css
<style>
span { border-color: #C0720D; }
span { border-color: rgb(192,114,13); }
td.TdClassName
{
border-color: #C0720D;
}
.TagClassName
{
border-color: #C0720D;
}
</style>