Shades of Dark Goldenrod #C9860D
Tints of Dark Goldenrod #C9860D
RGB
CMYK
RGB Variations
Color information
#C9860D (or 0xC9860D) is known color: Dark Goldenrod. HEX triplet: C9, 86 and 0D. RGB value is (201,134,13). Sum of RGB (Red+Green+Blue) = 201+134+13=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9860D is #3679F2. Grayscale: #8C8C8C. Windows color (decimal): -3570163 or 886473. OLE color: 886473.
HSL color Cylindrical-coordinate representation of color #C9860D: hue angle of 38.62º 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 #C9860D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.21 |
| HSL | 38.62º | 0.88% | 0.42% | - |
| HSV(B) | 38.62º | 0.94% | 0.79% | - |
| XYZ | 32.69 | 29.5 | 4.35 | - |
| YUV | 140.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 13 | 0 | 0.33 | 0.94 | 0.21 | 38.62 | 0.88 | 0.42 |
| Hex | C9 | 86 | D | 0 | 21 | 5E | 15 | 27 | 58 | 2A |
| Octal | 311 | 206 | 15 | 0 | 41 | 136 | 25 | 47 | 130 | 52 |
| Binary | 11001001 | 10000110 | 1101 | 0 | 100001 | 1011110 | 10101 | 100111 | 1011000 | 101010 |
Color Harmonies of #C9860D
Complementary color
Monochromatic Colors of #C9860D
Black with #C9860D
Text Example
Text Example
White with #C9860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9860D; }
p { color: rgb(201,134,13); }
H1.HeaderClassName
{
color: #C9860D;
}
.AnyTagClassName
{
color: #C9860D;
}
</style>
background-color css
<style>
a { background-color: #C9860D; }
a { background-color: rgb(201,134,13); }
div.DivClassName
{
background-color: #C9860D;
}
.BgClassName
{
background-color: #C9860D;
}
</style>
border-color css
<style>
span { border-color: #C9860D; }
span { border-color: rgb(201,134,13); }
td.TdClassName
{
border-color: #C9860D;
}
.TagClassName
{
border-color: #C9860D;
}
</style>