Shades of Dark Goldenrod #C9890D
Tints of Dark Goldenrod #C9890D
RGB
CMYK
RGB Variations
Color information
#C9890D (or 0xC9890D) is known color: Dark Goldenrod. HEX triplet: C9, 89 and 0D. RGB value is (201,137,13). Sum of RGB (Red+Green+Blue) = 201+137+13=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C9890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9890D is #3676F2. Grayscale: #8E8E8E. Windows color (decimal): -3569395 or 887241. OLE color: 887241.
HSL color Cylindrical-coordinate representation of color #C9890D: hue angle of 39.57º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9890D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.21 |
| HSL | 39.57º | 0.88% | 0.42% | - |
| HSV(B) | 39.57º | 0.94% | 0.79% | - |
| XYZ | 33.11 | 30.34 | 4.49 | - |
| YUV | 142 | 55.2 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 13 | 0 | 0.32 | 0.94 | 0.21 | 39.57 | 0.88 | 0.42 |
| Hex | C9 | 89 | D | 0 | 20 | 5E | 15 | 28 | 58 | 2A |
| Octal | 311 | 211 | 15 | 0 | 40 | 136 | 25 | 50 | 130 | 52 |
| Binary | 11001001 | 10001001 | 1101 | 0 | 100000 | 1011110 | 10101 | 101000 | 1011000 | 101010 |
Color Harmonies of #C9890D
Complementary color
Monochromatic Colors of #C9890D
Black with #C9890D
Text Example
Text Example
White with #C9890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9890D; }
p { color: rgb(201,137,13); }
H1.HeaderClassName
{
color: #C9890D;
}
.AnyTagClassName
{
color: #C9890D;
}
</style>
background-color css
<style>
a { background-color: #C9890D; }
a { background-color: rgb(201,137,13); }
div.DivClassName
{
background-color: #C9890D;
}
.BgClassName
{
background-color: #C9890D;
}
</style>
border-color css
<style>
span { border-color: #C9890D; }
span { border-color: rgb(201,137,13); }
td.TdClassName
{
border-color: #C9890D;
}
.TagClassName
{
border-color: #C9890D;
}
</style>