Shades of Goldenrod #D9D470
Tints of Goldenrod #D9D470
RGB
CMYK
RGB Variations
Color information
#D9D470 (or 0xD9D470) is known color: Goldenrod. HEX triplet: D9, D4 and 70. RGB value is (217,212,112). Sum of RGB (Red+Green+Blue) = 217+212+112=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D470 is #262B8F. Grayscale: #CACACA. Windows color (decimal): -2501520 or 7394521. OLE color: 7394521.
HSL color Cylindrical-coordinate representation of color #D9D470: hue angle of 57.14º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9D470 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 112 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.15 |
| HSL | 57.14º | 0.58% | 0.65% | - |
| HSV(B) | 57.14º | 0.48% | 0.85% | - |
| XYZ | 55.08 | 63.01 | 24.59 | - |
| YUV | 202.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 112 | 0 | 0.02 | 0.48 | 0.15 | 57.14 | 0.58 | 0.65 |
| Hex | D9 | D4 | 70 | 0 | 2 | 30 | F | 39 | 3A | 41 |
| Octal | 331 | 324 | 160 | 0 | 2 | 60 | 17 | 71 | 72 | 101 |
| Binary | 11011001 | 11010100 | 1110000 | 0 | 10 | 110000 | 1111 | 111001 | 111010 | 1000001 |
Color Harmonies of #D9D470
Complementary color
Monochromatic Colors of #D9D470
Black with #D9D470
Text Example
Text Example
White with #D9D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D470; }
p { color: rgb(217,212,112); }
H1.HeaderClassName
{
color: #D9D470;
}
.AnyTagClassName
{
color: #D9D470;
}
</style>
background-color css
<style>
a { background-color: #D9D470; }
a { background-color: rgb(217,212,112); }
div.DivClassName
{
background-color: #D9D470;
}
.BgClassName
{
background-color: #D9D470;
}
</style>
border-color css
<style>
span { border-color: #D9D470; }
span { border-color: rgb(217,212,112); }
td.TdClassName
{
border-color: #D9D470;
}
.TagClassName
{
border-color: #D9D470;
}
</style>