Shades of Dark Goldenrod #CD8E0E
Tints of Dark Goldenrod #CD8E0E
RGB
CMYK
RGB Variations
Color information
#CD8E0E (or 0xCD8E0E) is known color: Dark Goldenrod. HEX triplet: CD, 8E and 0E. RGB value is (205,142,14). Sum of RGB (Red+Green+Blue) = 205+142+14=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8E0E is #3271F1. Grayscale: #929292. Windows color (decimal): -3305970 or 954061. OLE color: 954061.
HSL color Cylindrical-coordinate representation of color #CD8E0E: hue angle of 40.21º 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 #CD8E0E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 142 | 14 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.20 |
| HSL | 40.21º | 0.87% | 0.43% | - |
| HSV(B) | 40.21º | 0.93% | 0.8% | - |
| XYZ | 34.93 | 32.36 | 4.82 | - |
| YUV | 146.25 | 53.37 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 142 | 14 | 0 | 0.31 | 0.93 | 0.20 | 40.21 | 0.87 | 0.43 |
| Hex | CD | 8E | E | 0 | 1F | 5D | 14 | 28 | 57 | 2B |
| Octal | 315 | 216 | 16 | 0 | 37 | 135 | 24 | 50 | 127 | 53 |
| Binary | 11001101 | 10001110 | 1110 | 0 | 11111 | 1011101 | 10100 | 101000 | 1010111 | 101011 |
Color Harmonies of #CD8E0E
Complementary color
Monochromatic Colors of #CD8E0E
Black with #CD8E0E
Text Example
Text Example
White with #CD8E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8E0E; }
p { color: rgb(205,142,14); }
H1.HeaderClassName
{
color: #CD8E0E;
}
.AnyTagClassName
{
color: #CD8E0E;
}
</style>
background-color css
<style>
a { background-color: #CD8E0E; }
a { background-color: rgb(205,142,14); }
div.DivClassName
{
background-color: #CD8E0E;
}
.BgClassName
{
background-color: #CD8E0E;
}
</style>
border-color css
<style>
span { border-color: #CD8E0E; }
span { border-color: rgb(205,142,14); }
td.TdClassName
{
border-color: #CD8E0E;
}
.TagClassName
{
border-color: #CD8E0E;
}
</style>