Shades of Dark Goldenrod #CD8915
Tints of Dark Goldenrod #CD8915
RGB
CMYK
RGB Variations
Color information
#CD8915 (or 0xCD8915) is known color: Dark Goldenrod. HEX triplet: CD, 89 and 15. RGB value is (205,137,21). Sum of RGB (Red+Green+Blue) = 205+137+21=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8915 is #3276EA. Grayscale: #909090. Windows color (decimal): -3307243 or 1411533. OLE color: 1411533.
HSL color Cylindrical-coordinate representation of color #CD8915: hue angle of 37.83º degrees, saturation: 0.81, 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 #CD8915 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 21 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.20 |
| HSL | 37.83º | 0.81% | 0.44% | - |
| HSV(B) | 37.83º | 0.9% | 0.8% | - |
| XYZ | 34.26 | 30.92 | 4.87 | - |
| YUV | 144.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 21 | 0 | 0.33 | 0.90 | 0.20 | 37.83 | 0.81 | 0.44 |
| Hex | CD | 89 | 15 | 0 | 21 | 5A | 14 | 26 | 51 | 2C |
| Octal | 315 | 211 | 25 | 0 | 41 | 132 | 24 | 46 | 121 | 54 |
| Binary | 11001101 | 10001001 | 10101 | 0 | 100001 | 1011010 | 10100 | 100110 | 1010001 | 101100 |
Color Harmonies of #CD8915
Complementary color
Monochromatic Colors of #CD8915
Black with #CD8915
Text Example
Text Example
White with #CD8915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8915; }
p { color: rgb(205,137,21); }
H1.HeaderClassName
{
color: #CD8915;
}
.AnyTagClassName
{
color: #CD8915;
}
</style>
background-color css
<style>
a { background-color: #CD8915; }
a { background-color: rgb(205,137,21); }
div.DivClassName
{
background-color: #CD8915;
}
.BgClassName
{
background-color: #CD8915;
}
</style>
border-color css
<style>
span { border-color: #CD8915; }
span { border-color: rgb(205,137,21); }
td.TdClassName
{
border-color: #CD8915;
}
.TagClassName
{
border-color: #CD8915;
}
</style>