Shades of Dark Goldenrod #CD8A16
Tints of Dark Goldenrod #CD8A16
RGB
CMYK
RGB Variations
Color information
#CD8A16 (or 0xCD8A16) is known color: Dark Goldenrod. HEX triplet: CD, 8A and 16. RGB value is (205,138,22). Sum of RGB (Red+Green+Blue) = 205+138+22=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8A16 is #3275E9. Grayscale: #919191. Windows color (decimal): -3306986 or 1477325. OLE color: 1477325.
HSL color Cylindrical-coordinate representation of color #CD8A16: hue angle of 38.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD8A16 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.20 |
| HSL | 38.03º | 0.81% | 0.45% | - |
| HSV(B) | 38.03º | 0.89% | 0.8% | - |
| XYZ | 34.41 | 31.21 | 4.97 | - |
| YUV | 144.81 | 58.7 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 22 | 0 | 0.33 | 0.89 | 0.20 | 38.03 | 0.81 | 0.45 |
| Hex | CD | 8A | 16 | 0 | 21 | 59 | 14 | 26 | 51 | 2D |
| Octal | 315 | 212 | 26 | 0 | 41 | 131 | 24 | 46 | 121 | 55 |
| Binary | 11001101 | 10001010 | 10110 | 0 | 100001 | 1011001 | 10100 | 100110 | 1010001 | 101101 |
Color Harmonies of #CD8A16
Complementary color
Monochromatic Colors of #CD8A16
Black with #CD8A16
Text Example
Text Example
White with #CD8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A16; }
p { color: rgb(205,138,22); }
H1.HeaderClassName
{
color: #CD8A16;
}
.AnyTagClassName
{
color: #CD8A16;
}
</style>
background-color css
<style>
a { background-color: #CD8A16; }
a { background-color: rgb(205,138,22); }
div.DivClassName
{
background-color: #CD8A16;
}
.BgClassName
{
background-color: #CD8A16;
}
</style>
border-color css
<style>
span { border-color: #CD8A16; }
span { border-color: rgb(205,138,22); }
td.TdClassName
{
border-color: #CD8A16;
}
.TagClassName
{
border-color: #CD8A16;
}
</style>