Shades of Dark Goldenrod #C07E12
Tints of Dark Goldenrod #C07E12
RGB
CMYK
RGB Variations
Color information
#C07E12 (or 0xC07E12) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 12. RGB value is (192,126,18). Sum of RGB (Red+Green+Blue) = 192+126+18=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E12 is #3F81ED. Grayscale: #858585. Windows color (decimal): -4162030 or 1212096. OLE color: 1212096.
HSL color Cylindrical-coordinate representation of color #C07E12: hue angle of 37.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07E12 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.25 |
| HSL | 37.24º | 0.83% | 0.41% | - |
| HSV(B) | 37.24º | 0.91% | 0.75% | - |
| XYZ | 29.31 | 26.17 | 4.08 | - |
| YUV | 133.42 | 62.87 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 18 | 0 | 0.34 | 0.91 | 0.25 | 37.24 | 0.83 | 0.41 |
| Hex | C0 | 7E | 12 | 0 | 22 | 5B | 19 | 25 | 53 | 29 |
| Octal | 300 | 176 | 22 | 0 | 42 | 133 | 31 | 45 | 123 | 51 |
| Binary | 11000000 | 1111110 | 10010 | 0 | 100010 | 1011011 | 11001 | 100101 | 1010011 | 101001 |
Color Harmonies of #C07E12
Complementary color
Monochromatic Colors of #C07E12
Black with #C07E12
Text Example
Text Example
White with #C07E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E12; }
p { color: rgb(192,126,18); }
H1.HeaderClassName
{
color: #C07E12;
}
.AnyTagClassName
{
color: #C07E12;
}
</style>
background-color css
<style>
a { background-color: #C07E12; }
a { background-color: rgb(192,126,18); }
div.DivClassName
{
background-color: #C07E12;
}
.BgClassName
{
background-color: #C07E12;
}
</style>
border-color css
<style>
span { border-color: #C07E12; }
span { border-color: rgb(192,126,18); }
td.TdClassName
{
border-color: #C07E12;
}
.TagClassName
{
border-color: #C07E12;
}
</style>