Shades of Dark Goldenrod #C0840E
Tints of Dark Goldenrod #C0840E
RGB
CMYK
RGB Variations
Color information
#C0840E (or 0xC0840E) is known color: Dark Goldenrod. HEX triplet: C0, 84 and 0E. RGB value is (192,132,14). Sum of RGB (Red+Green+Blue) = 192+132+14=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0840E is #3F7BF1. Grayscale: #898989. Windows color (decimal): -4160498 or 951488. OLE color: 951488.
HSL color Cylindrical-coordinate representation of color #C0840E: hue angle of 39.78º 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 #C0840E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 14 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.25 |
| HSL | 39.78º | 0.86% | 0.4% | - |
| HSV(B) | 39.78º | 0.93% | 0.75% | - |
| XYZ | 30.07 | 27.74 | 4.19 | - |
| YUV | 136.49 | 58.88 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 14 | 0 | 0.31 | 0.93 | 0.25 | 39.78 | 0.86 | 0.4 |
| Hex | C0 | 84 | E | 0 | 1F | 5D | 19 | 28 | 56 | 28 |
| Octal | 300 | 204 | 16 | 0 | 37 | 135 | 31 | 50 | 126 | 50 |
| Binary | 11000000 | 10000100 | 1110 | 0 | 11111 | 1011101 | 11001 | 101000 | 1010110 | 101000 |
Color Harmonies of #C0840E
Complementary color
Monochromatic Colors of #C0840E
Black with #C0840E
Text Example
Text Example
White with #C0840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0840E; }
p { color: rgb(192,132,14); }
H1.HeaderClassName
{
color: #C0840E;
}
.AnyTagClassName
{
color: #C0840E;
}
</style>
background-color css
<style>
a { background-color: #C0840E; }
a { background-color: rgb(192,132,14); }
div.DivClassName
{
background-color: #C0840E;
}
.BgClassName
{
background-color: #C0840E;
}
</style>
border-color css
<style>
span { border-color: #C0840E; }
span { border-color: rgb(192,132,14); }
td.TdClassName
{
border-color: #C0840E;
}
.TagClassName
{
border-color: #C0840E;
}
</style>