Shades of Dark Goldenrod #C08E12
Tints of Dark Goldenrod #C08E12
RGB
CMYK
RGB Variations
Color information
#C08E12 (or 0xC08E12) is known color: Dark Goldenrod. HEX triplet: C0, 8E and 12. RGB value is (192,142,18). Sum of RGB (Red+Green+Blue) = 192+142+18=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08E12 is #3F71ED. Grayscale: #8F8F8F. Windows color (decimal): -4157934 or 1216192. OLE color: 1216192.
HSL color Cylindrical-coordinate representation of color #C08E12: hue angle of 42.76º 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 #C08E12 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 18 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.25 |
| HSL | 42.76º | 0.83% | 0.41% | - |
| HSV(B) | 42.76º | 0.91% | 0.75% | - |
| XYZ | 31.52 | 30.6 | 4.82 | - |
| YUV | 142.81 | 57.57 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 18 | 0 | 0.26 | 0.91 | 0.25 | 42.76 | 0.83 | 0.41 |
| Hex | C0 | 8E | 12 | 0 | 1A | 5B | 19 | 2B | 53 | 29 |
| Octal | 300 | 216 | 22 | 0 | 32 | 133 | 31 | 53 | 123 | 51 |
| Binary | 11000000 | 10001110 | 10010 | 0 | 11010 | 1011011 | 11001 | 101011 | 1010011 | 101001 |
Color Harmonies of #C08E12
Complementary color
Monochromatic Colors of #C08E12
Black with #C08E12
Text Example
Text Example
White with #C08E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E12; }
p { color: rgb(192,142,18); }
H1.HeaderClassName
{
color: #C08E12;
}
.AnyTagClassName
{
color: #C08E12;
}
</style>
background-color css
<style>
a { background-color: #C08E12; }
a { background-color: rgb(192,142,18); }
div.DivClassName
{
background-color: #C08E12;
}
.BgClassName
{
background-color: #C08E12;
}
</style>
border-color css
<style>
span { border-color: #C08E12; }
span { border-color: rgb(192,142,18); }
td.TdClassName
{
border-color: #C08E12;
}
.TagClassName
{
border-color: #C08E12;
}
</style>