Shades of Dark Goldenrod #C9860F
Tints of Dark Goldenrod #C9860F
RGB
CMYK
RGB Variations
Color information
#C9860F (or 0xC9860F) is known color: Dark Goldenrod. HEX triplet: C9, 86 and 0F. RGB value is (201,134,15). Sum of RGB (Red+Green+Blue) = 201+134+15=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9860F is #3679F0. Grayscale: #8D8D8D. Windows color (decimal): -3570161 or 1017545. OLE color: 1017545.
HSL color Cylindrical-coordinate representation of color #C9860F: hue angle of 38.39º degrees, saturation: 0.86, 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 #C9860F is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 15 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.21 |
| HSL | 38.39º | 0.86% | 0.42% | - |
| HSV(B) | 38.39º | 0.93% | 0.79% | - |
| XYZ | 32.7 | 29.5 | 4.42 | - |
| YUV | 140.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 15 | 0 | 0.33 | 0.93 | 0.21 | 38.39 | 0.86 | 0.42 |
| Hex | C9 | 86 | F | 0 | 21 | 5D | 15 | 26 | 56 | 2A |
| Octal | 311 | 206 | 17 | 0 | 41 | 135 | 25 | 46 | 126 | 52 |
| Binary | 11001001 | 10000110 | 1111 | 0 | 100001 | 1011101 | 10101 | 100110 | 1010110 | 101010 |
Color Harmonies of #C9860F
Complementary color
Monochromatic Colors of #C9860F
Black with #C9860F
Text Example
Text Example
White with #C9860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9860F; }
p { color: rgb(201,134,15); }
H1.HeaderClassName
{
color: #C9860F;
}
.AnyTagClassName
{
color: #C9860F;
}
</style>
background-color css
<style>
a { background-color: #C9860F; }
a { background-color: rgb(201,134,15); }
div.DivClassName
{
background-color: #C9860F;
}
.BgClassName
{
background-color: #C9860F;
}
</style>
border-color css
<style>
span { border-color: #C9860F; }
span { border-color: rgb(201,134,15); }
td.TdClassName
{
border-color: #C9860F;
}
.TagClassName
{
border-color: #C9860F;
}
</style>