Shades of Goldenrod #D9D47A
Tints of Goldenrod #D9D47A
RGB
CMYK
RGB Variations
Color information
#D9D47A (or 0xD9D47A) is known color: Goldenrod. HEX triplet: D9, D4 and 7A. RGB value is (217,212,122). Sum of RGB (Red+Green+Blue) = 217+212+122=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D47A is #262B85. Grayscale: #CBCBCB. Windows color (decimal): -2501510 or 8049881. OLE color: 8049881.
HSL color Cylindrical-coordinate representation of color #D9D47A: hue angle of 56.84º degrees, saturation: 0.56, 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 #D9D47A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 122 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.15 |
| HSL | 56.84º | 0.56% | 0.66% | - |
| HSV(B) | 56.84º | 0.44% | 0.85% | - |
| XYZ | 55.67 | 63.24 | 27.69 | - |
| YUV | 203.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 122 | 0 | 0.02 | 0.44 | 0.15 | 56.84 | 0.56 | 0.66 |
| Hex | D9 | D4 | 7A | 0 | 2 | 2C | F | 39 | 38 | 42 |
| Octal | 331 | 324 | 172 | 0 | 2 | 54 | 17 | 71 | 70 | 102 |
| Binary | 11011001 | 11010100 | 1111010 | 0 | 10 | 101100 | 1111 | 111001 | 111000 | 1000010 |
Color Harmonies of #D9D47A
Complementary color
Monochromatic Colors of #D9D47A
Black with #D9D47A
Text Example
Text Example
White with #D9D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D47A; }
p { color: rgb(217,212,122); }
H1.HeaderClassName
{
color: #D9D47A;
}
.AnyTagClassName
{
color: #D9D47A;
}
</style>
background-color css
<style>
a { background-color: #D9D47A; }
a { background-color: rgb(217,212,122); }
div.DivClassName
{
background-color: #D9D47A;
}
.BgClassName
{
background-color: #D9D47A;
}
</style>
border-color css
<style>
span { border-color: #D9D47A; }
span { border-color: rgb(217,212,122); }
td.TdClassName
{
border-color: #D9D47A;
}
.TagClassName
{
border-color: #D9D47A;
}
</style>