Shades of Dark Goldenrod #C07C0A
Tints of Dark Goldenrod #C07C0A
RGB
CMYK
RGB Variations
Color information
#C07C0A (or 0xC07C0A) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 0A. RGB value is (192,124,10). Sum of RGB (Red+Green+Blue) = 192+124+10=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C0A is #3F83F5. Grayscale: #838383. Windows color (decimal): -4162550 or 687296. OLE color: 687296.
HSL color Cylindrical-coordinate representation of color #C07C0A: hue angle of 37.58º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C07C0A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.25 |
| HSL | 37.58º | 0.9% | 0.4% | - |
| HSV(B) | 37.58º | 0.95% | 0.75% | - |
| XYZ | 29 | 25.64 | 3.71 | - |
| YUV | 131.34 | 59.53 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 10 | 0 | 0.35 | 0.95 | 0.25 | 37.58 | 0.9 | 0.4 |
| Hex | C0 | 7C | A | 0 | 23 | 5F | 19 | 26 | 5A | 28 |
| Octal | 300 | 174 | 12 | 0 | 43 | 137 | 31 | 46 | 132 | 50 |
| Binary | 11000000 | 1111100 | 1010 | 0 | 100011 | 1011111 | 11001 | 100110 | 1011010 | 101000 |
Color Harmonies of #C07C0A
Complementary color
Monochromatic Colors of #C07C0A
Black with #C07C0A
Text Example
Text Example
White with #C07C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C0A; }
p { color: rgb(192,124,10); }
H1.HeaderClassName
{
color: #C07C0A;
}
.AnyTagClassName
{
color: #C07C0A;
}
</style>
background-color css
<style>
a { background-color: #C07C0A; }
a { background-color: rgb(192,124,10); }
div.DivClassName
{
background-color: #C07C0A;
}
.BgClassName
{
background-color: #C07C0A;
}
</style>
border-color css
<style>
span { border-color: #C07C0A; }
span { border-color: rgb(192,124,10); }
td.TdClassName
{
border-color: #C07C0A;
}
.TagClassName
{
border-color: #C07C0A;
}
</style>