Shades of Dark Goldenrod #C07E0A
Tints of Dark Goldenrod #C07E0A
RGB
CMYK
RGB Variations
Color information
#C07E0A (or 0xC07E0A) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 0A. RGB value is (192,126,10). Sum of RGB (Red+Green+Blue) = 192+126+10=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E0A is #3F81F5. Grayscale: #858585. Windows color (decimal): -4162038 or 687808. OLE color: 687808.
HSL color Cylindrical-coordinate representation of color #C07E0A: hue angle of 38.24º 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 #C07E0A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.25 |
| HSL | 38.24º | 0.9% | 0.4% | - |
| HSV(B) | 38.24º | 0.95% | 0.75% | - |
| XYZ | 29.25 | 26.15 | 3.79 | - |
| YUV | 132.51 | 58.87 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 10 | 0 | 0.34 | 0.95 | 0.25 | 38.24 | 0.9 | 0.4 |
| Hex | C0 | 7E | A | 0 | 22 | 5F | 19 | 26 | 5A | 28 |
| Octal | 300 | 176 | 12 | 0 | 42 | 137 | 31 | 46 | 132 | 50 |
| Binary | 11000000 | 1111110 | 1010 | 0 | 100010 | 1011111 | 11001 | 100110 | 1011010 | 101000 |
Color Harmonies of #C07E0A
Complementary color
Monochromatic Colors of #C07E0A
Black with #C07E0A
Text Example
Text Example
White with #C07E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E0A; }
p { color: rgb(192,126,10); }
H1.HeaderClassName
{
color: #C07E0A;
}
.AnyTagClassName
{
color: #C07E0A;
}
</style>
background-color css
<style>
a { background-color: #C07E0A; }
a { background-color: rgb(192,126,10); }
div.DivClassName
{
background-color: #C07E0A;
}
.BgClassName
{
background-color: #C07E0A;
}
</style>
border-color css
<style>
span { border-color: #C07E0A; }
span { border-color: rgb(192,126,10); }
td.TdClassName
{
border-color: #C07E0A;
}
.TagClassName
{
border-color: #C07E0A;
}
</style>