Shades of Dark Goldenrod #C9890E
Tints of Dark Goldenrod #C9890E
RGB
CMYK
RGB Variations
Color information
#C9890E (or 0xC9890E) is known color: Dark Goldenrod. HEX triplet: C9, 89 and 0E. RGB value is (201,137,14). Sum of RGB (Red+Green+Blue) = 201+137+14=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C9890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9890E is #3676F1. Grayscale: #8E8E8E. Windows color (decimal): -3569394 or 952777. OLE color: 952777.
HSL color Cylindrical-coordinate representation of color #C9890E: hue angle of 39.47º 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 #C9890E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 14 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.21 |
| HSL | 39.47º | 0.87% | 0.42% | - |
| HSV(B) | 39.47º | 0.93% | 0.79% | - |
| XYZ | 33.11 | 30.34 | 4.53 | - |
| YUV | 142.11 | 55.7 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 14 | 0 | 0.32 | 0.93 | 0.21 | 39.47 | 0.87 | 0.42 |
| Hex | C9 | 89 | E | 0 | 20 | 5D | 15 | 27 | 57 | 2A |
| Octal | 311 | 211 | 16 | 0 | 40 | 135 | 25 | 47 | 127 | 52 |
| Binary | 11001001 | 10001001 | 1110 | 0 | 100000 | 1011101 | 10101 | 100111 | 1010111 | 101010 |
Color Harmonies of #C9890E
Complementary color
Monochromatic Colors of #C9890E
Black with #C9890E
Text Example
Text Example
White with #C9890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9890E; }
p { color: rgb(201,137,14); }
H1.HeaderClassName
{
color: #C9890E;
}
.AnyTagClassName
{
color: #C9890E;
}
</style>
background-color css
<style>
a { background-color: #C9890E; }
a { background-color: rgb(201,137,14); }
div.DivClassName
{
background-color: #C9890E;
}
.BgClassName
{
background-color: #C9890E;
}
</style>
border-color css
<style>
span { border-color: #C9890E; }
span { border-color: rgb(201,137,14); }
td.TdClassName
{
border-color: #C9890E;
}
.TagClassName
{
border-color: #C9890E;
}
</style>