Shades of Dark Goldenrod #C07F12
Tints of Dark Goldenrod #C07F12
RGB
CMYK
RGB Variations
Color information
#C07F12 (or 0xC07F12) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 12. RGB value is (192,127,18). Sum of RGB (Red+Green+Blue) = 192+127+18=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F12 is #3F80ED. Grayscale: #868686. Windows color (decimal): -4161774 or 1212352. OLE color: 1212352.
HSL color Cylindrical-coordinate representation of color #C07F12: hue angle of 37.59º 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 #C07F12 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.25 |
| HSL | 37.59º | 0.83% | 0.41% | - |
| HSV(B) | 37.59º | 0.91% | 0.75% | - |
| XYZ | 29.44 | 26.43 | 4.12 | - |
| YUV | 134.01 | 62.53 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 18 | 0 | 0.34 | 0.91 | 0.25 | 37.59 | 0.83 | 0.41 |
| Hex | C0 | 7F | 12 | 0 | 22 | 5B | 19 | 26 | 53 | 29 |
| Octal | 300 | 177 | 22 | 0 | 42 | 133 | 31 | 46 | 123 | 51 |
| Binary | 11000000 | 1111111 | 10010 | 0 | 100010 | 1011011 | 11001 | 100110 | 1010011 | 101001 |
Color Harmonies of #C07F12
Complementary color
Monochromatic Colors of #C07F12
Black with #C07F12
Text Example
Text Example
White with #C07F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F12; }
p { color: rgb(192,127,18); }
H1.HeaderClassName
{
color: #C07F12;
}
.AnyTagClassName
{
color: #C07F12;
}
</style>
background-color css
<style>
a { background-color: #C07F12; }
a { background-color: rgb(192,127,18); }
div.DivClassName
{
background-color: #C07F12;
}
.BgClassName
{
background-color: #C07F12;
}
</style>
border-color css
<style>
span { border-color: #C07F12; }
span { border-color: rgb(192,127,18); }
td.TdClassName
{
border-color: #C07F12;
}
.TagClassName
{
border-color: #C07F12;
}
</style>