Shades of Dark Goldenrod #C0910E
Tints of Dark Goldenrod #C0910E
RGB
CMYK
RGB Variations
Color information
#C0910E (or 0xC0910E) is known color: Dark Goldenrod. HEX triplet: C0, 91 and 0E. RGB value is (192,145,14). Sum of RGB (Red+Green+Blue) = 192+145+14=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0910E is #3F6EF1. Grayscale: #909090. Windows color (decimal): -4157170 or 954816. OLE color: 954816.
HSL color Cylindrical-coordinate representation of color #C0910E: hue angle of 44.16º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0910E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 14 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.25 |
| HSL | 44.16º | 0.86% | 0.4% | - |
| HSV(B) | 44.16º | 0.93% | 0.75% | - |
| XYZ | 31.94 | 31.49 | 4.81 | - |
| YUV | 144.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 14 | 0 | 0.24 | 0.93 | 0.25 | 44.16 | 0.86 | 0.4 |
| Hex | C0 | 91 | E | 0 | 18 | 5D | 19 | 2C | 56 | 28 |
| Octal | 300 | 221 | 16 | 0 | 30 | 135 | 31 | 54 | 126 | 50 |
| Binary | 11000000 | 10010001 | 1110 | 0 | 11000 | 1011101 | 11001 | 101100 | 1010110 | 101000 |
Color Harmonies of #C0910E
Complementary color
Monochromatic Colors of #C0910E
Black with #C0910E
Text Example
Text Example
White with #C0910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0910E; }
p { color: rgb(192,145,14); }
H1.HeaderClassName
{
color: #C0910E;
}
.AnyTagClassName
{
color: #C0910E;
}
</style>
background-color css
<style>
a { background-color: #C0910E; }
a { background-color: rgb(192,145,14); }
div.DivClassName
{
background-color: #C0910E;
}
.BgClassName
{
background-color: #C0910E;
}
</style>
border-color css
<style>
span { border-color: #C0910E; }
span { border-color: rgb(192,145,14); }
td.TdClassName
{
border-color: #C0910E;
}
.TagClassName
{
border-color: #C0910E;
}
</style>