Shades of Goldenrod #D8D57A
Tints of Goldenrod #D8D57A
RGB
CMYK
RGB Variations
Color information
#D8D57A (or 0xD8D57A) is known color: Goldenrod. HEX triplet: D8, D5 and 7A. RGB value is (216,213,122). Sum of RGB (Red+Green+Blue) = 216+213+122=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D57A is #272A85. Grayscale: #CBCBCB. Windows color (decimal): -2566790 or 8050136. OLE color: 8050136.
HSL color Cylindrical-coordinate representation of color #D8D57A: hue angle of 58.09º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8D57A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 122 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.15 |
| HSL | 58.09º | 0.55% | 0.66% | - |
| HSV(B) | 58.09º | 0.44% | 0.85% | - |
| XYZ | 55.63 | 63.59 | 27.76 | - |
| YUV | 203.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 122 | 0 | 0.01 | 0.44 | 0.15 | 58.09 | 0.55 | 0.66 |
| Hex | D8 | D5 | 7A | 0 | 1 | 2C | F | 3A | 37 | 42 |
| Octal | 330 | 325 | 172 | 0 | 1 | 54 | 17 | 72 | 67 | 102 |
| Binary | 11011000 | 11010101 | 1111010 | 0 | 1 | 101100 | 1111 | 111010 | 110111 | 1000010 |
Color Harmonies of #D8D57A
Complementary color
Monochromatic Colors of #D8D57A
Black with #D8D57A
Text Example
Text Example
White with #D8D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D57A; }
p { color: rgb(216,213,122); }
H1.HeaderClassName
{
color: #D8D57A;
}
.AnyTagClassName
{
color: #D8D57A;
}
</style>
background-color css
<style>
a { background-color: #D8D57A; }
a { background-color: rgb(216,213,122); }
div.DivClassName
{
background-color: #D8D57A;
}
.BgClassName
{
background-color: #D8D57A;
}
</style>
border-color css
<style>
span { border-color: #D8D57A; }
span { border-color: rgb(216,213,122); }
td.TdClassName
{
border-color: #D8D57A;
}
.TagClassName
{
border-color: #D8D57A;
}
</style>