Shades of Dark Goldenrod #CD8814
Tints of Dark Goldenrod #CD8814
RGB
CMYK
RGB Variations
Color information
#CD8814 (or 0xCD8814) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 14. RGB value is (205,136,20). Sum of RGB (Red+Green+Blue) = 205+136+20=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8814 is #3277EB. Grayscale: #8F8F8F. Windows color (decimal): -3307500 or 1345741. OLE color: 1345741.
HSL color Cylindrical-coordinate representation of color #CD8814: hue angle of 37.62º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD8814 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 20 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.20 |
| HSL | 37.62º | 0.82% | 0.44% | - |
| HSV(B) | 37.62º | 0.9% | 0.8% | - |
| XYZ | 34.11 | 30.64 | 4.78 | - |
| YUV | 143.41 | 58.36 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 20 | 0 | 0.34 | 0.90 | 0.20 | 37.62 | 0.82 | 0.44 |
| Hex | CD | 88 | 14 | 0 | 22 | 5A | 14 | 26 | 52 | 2C |
| Octal | 315 | 210 | 24 | 0 | 42 | 132 | 24 | 46 | 122 | 54 |
| Binary | 11001101 | 10001000 | 10100 | 0 | 100010 | 1011010 | 10100 | 100110 | 1010010 | 101100 |
Color Harmonies of #CD8814
Complementary color
Monochromatic Colors of #CD8814
Black with #CD8814
Text Example
Text Example
White with #CD8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8814; }
p { color: rgb(205,136,20); }
H1.HeaderClassName
{
color: #CD8814;
}
.AnyTagClassName
{
color: #CD8814;
}
</style>
background-color css
<style>
a { background-color: #CD8814; }
a { background-color: rgb(205,136,20); }
div.DivClassName
{
background-color: #CD8814;
}
.BgClassName
{
background-color: #CD8814;
}
</style>
border-color css
<style>
span { border-color: #CD8814; }
span { border-color: rgb(205,136,20); }
td.TdClassName
{
border-color: #CD8814;
}
.TagClassName
{
border-color: #CD8814;
}
</style>