Shades of Dark Goldenrod #C08E16
Tints of Dark Goldenrod #C08E16
RGB
CMYK
RGB Variations
Color information
#C08E16 (or 0xC08E16) is known color: Dark Goldenrod. HEX triplet: C0, 8E and 16. RGB value is (192,142,22). Sum of RGB (Red+Green+Blue) = 192+142+22=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08E16 is #3F71E9. Grayscale: #8F8F8F. Windows color (decimal): -4157930 or 1478336. OLE color: 1478336.
HSL color Cylindrical-coordinate representation of color #C08E16: hue angle of 42.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C08E16 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 22 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.25 |
| HSL | 42.35º | 0.79% | 0.42% | - |
| HSV(B) | 42.35º | 0.89% | 0.75% | - |
| XYZ | 31.56 | 30.61 | 5 | - |
| YUV | 143.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 22 | 0 | 0.26 | 0.89 | 0.25 | 42.35 | 0.79 | 0.42 |
| Hex | C0 | 8E | 16 | 0 | 1A | 59 | 19 | 2A | 4F | 2A |
| Octal | 300 | 216 | 26 | 0 | 32 | 131 | 31 | 52 | 117 | 52 |
| Binary | 11000000 | 10001110 | 10110 | 0 | 11010 | 1011001 | 11001 | 101010 | 1001111 | 101010 |
Color Harmonies of #C08E16
Complementary color
Monochromatic Colors of #C08E16
Black with #C08E16
Text Example
Text Example
White with #C08E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E16; }
p { color: rgb(192,142,22); }
H1.HeaderClassName
{
color: #C08E16;
}
.AnyTagClassName
{
color: #C08E16;
}
</style>
background-color css
<style>
a { background-color: #C08E16; }
a { background-color: rgb(192,142,22); }
div.DivClassName
{
background-color: #C08E16;
}
.BgClassName
{
background-color: #C08E16;
}
</style>
border-color css
<style>
span { border-color: #C08E16; }
span { border-color: rgb(192,142,22); }
td.TdClassName
{
border-color: #C08E16;
}
.TagClassName
{
border-color: #C08E16;
}
</style>