Shades of Dark Goldenrod #C9840E
Tints of Dark Goldenrod #C9840E
RGB
CMYK
RGB Variations
Color information
#C9840E (or 0xC9840E) is known color: Dark Goldenrod. HEX triplet: C9, 84 and 0E. RGB value is (201,132,14). Sum of RGB (Red+Green+Blue) = 201+132+14=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9840E is #367BF1. Grayscale: #8B8B8B. Windows color (decimal): -3570674 or 951497. OLE color: 951497.
HSL color Cylindrical-coordinate representation of color #C9840E: hue angle of 37.86º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9840E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 14 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.21 |
| HSL | 37.86º | 0.87% | 0.42% | - |
| HSV(B) | 37.86º | 0.93% | 0.79% | - |
| XYZ | 32.42 | 28.95 | 4.3 | - |
| YUV | 139.18 | 57.36 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 14 | 0 | 0.34 | 0.93 | 0.21 | 37.86 | 0.87 | 0.42 |
| Hex | C9 | 84 | E | 0 | 22 | 5D | 15 | 26 | 57 | 2A |
| Octal | 311 | 204 | 16 | 0 | 42 | 135 | 25 | 46 | 127 | 52 |
| Binary | 11001001 | 10000100 | 1110 | 0 | 100010 | 1011101 | 10101 | 100110 | 1010111 | 101010 |
Color Harmonies of #C9840E
Complementary color
Monochromatic Colors of #C9840E
Black with #C9840E
Text Example
Text Example
White with #C9840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9840E; }
p { color: rgb(201,132,14); }
H1.HeaderClassName
{
color: #C9840E;
}
.AnyTagClassName
{
color: #C9840E;
}
</style>
background-color css
<style>
a { background-color: #C9840E; }
a { background-color: rgb(201,132,14); }
div.DivClassName
{
background-color: #C9840E;
}
.BgClassName
{
background-color: #C9840E;
}
</style>
border-color css
<style>
span { border-color: #C9840E; }
span { border-color: rgb(201,132,14); }
td.TdClassName
{
border-color: #C9840E;
}
.TagClassName
{
border-color: #C9840E;
}
</style>