Shades of Dark Goldenrod #C0720B
Tints of Dark Goldenrod #C0720B
RGB
CMYK
RGB Variations
Color information
#C0720B (or 0xC0720B) is known color: Dark Goldenrod. HEX triplet: C0, 72 and 0B. RGB value is (192,114,11). Sum of RGB (Red+Green+Blue) = 192+114+11=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0720B is #3F8DF4. Grayscale: #7E7E7E. Windows color (decimal): -4165109 or 750272. OLE color: 750272.
HSL color Cylindrical-coordinate representation of color #C0720B: hue angle of 34.14º degrees, saturation: 0.89, 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 #C0720B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.25 |
| HSL | 34.14º | 0.89% | 0.4% | - |
| HSV(B) | 34.14º | 0.94% | 0.75% | - |
| XYZ | 27.82 | 23.27 | 3.34 | - |
| YUV | 125.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 11 | 0 | 0.41 | 0.94 | 0.25 | 34.14 | 0.89 | 0.4 |
| Hex | C0 | 72 | B | 0 | 29 | 5E | 19 | 22 | 59 | 28 |
| Octal | 300 | 162 | 13 | 0 | 51 | 136 | 31 | 42 | 131 | 50 |
| Binary | 11000000 | 1110010 | 1011 | 0 | 101001 | 1011110 | 11001 | 100010 | 1011001 | 101000 |
Color Harmonies of #C0720B
Complementary color
Monochromatic Colors of #C0720B
Black with #C0720B
Text Example
Text Example
White with #C0720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0720B; }
p { color: rgb(192,114,11); }
H1.HeaderClassName
{
color: #C0720B;
}
.AnyTagClassName
{
color: #C0720B;
}
</style>
background-color css
<style>
a { background-color: #C0720B; }
a { background-color: rgb(192,114,11); }
div.DivClassName
{
background-color: #C0720B;
}
.BgClassName
{
background-color: #C0720B;
}
</style>
border-color css
<style>
span { border-color: #C0720B; }
span { border-color: rgb(192,114,11); }
td.TdClassName
{
border-color: #C0720B;
}
.TagClassName
{
border-color: #C0720B;
}
</style>