Shades of Dark Goldenrod #CD860E
Tints of Dark Goldenrod #CD860E
RGB
CMYK
RGB Variations
Color information
#CD860E (or 0xCD860E) is known color: Dark Goldenrod. HEX triplet: CD, 86 and 0E. RGB value is (205,134,14). Sum of RGB (Red+Green+Blue) = 205+134+14=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD860E is #3279F1. Grayscale: #8E8E8E. Windows color (decimal): -3308018 or 952013. OLE color: 952013.
HSL color Cylindrical-coordinate representation of color #CD860E: hue angle of 37.7º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD860E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 134 | 14 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.20 |
| HSL | 37.7º | 0.87% | 0.43% | - |
| HSV(B) | 37.7º | 0.93% | 0.8% | - |
| XYZ | 33.78 | 30.06 | 4.44 | - |
| YUV | 141.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 134 | 14 | 0 | 0.35 | 0.93 | 0.20 | 37.7 | 0.87 | 0.43 |
| Hex | CD | 86 | E | 0 | 23 | 5D | 14 | 26 | 57 | 2B |
| Octal | 315 | 206 | 16 | 0 | 43 | 135 | 24 | 46 | 127 | 53 |
| Binary | 11001101 | 10000110 | 1110 | 0 | 100011 | 1011101 | 10100 | 100110 | 1010111 | 101011 |
Color Harmonies of #CD860E
Complementary color
Monochromatic Colors of #CD860E
Black with #CD860E
Text Example
Text Example
White with #CD860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD860E; }
p { color: rgb(205,134,14); }
H1.HeaderClassName
{
color: #CD860E;
}
.AnyTagClassName
{
color: #CD860E;
}
</style>
background-color css
<style>
a { background-color: #CD860E; }
a { background-color: rgb(205,134,14); }
div.DivClassName
{
background-color: #CD860E;
}
.BgClassName
{
background-color: #CD860E;
}
</style>
border-color css
<style>
span { border-color: #CD860E; }
span { border-color: rgb(205,134,14); }
td.TdClassName
{
border-color: #CD860E;
}
.TagClassName
{
border-color: #CD860E;
}
</style>