Shades of Goldenrod #D9DA70
Tints of Goldenrod #D9DA70
RGB
CMYK
RGB Variations
Color information
#D9DA70 (or 0xD9DA70) is known color: Goldenrod. HEX triplet: D9, DA and 70. RGB value is (217,218,112). Sum of RGB (Red+Green+Blue) = 217+218+112=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA70 is #26258F. Grayscale: #CECECE. Windows color (decimal): -2499984 or 7396057. OLE color: 7396057.
HSL color Cylindrical-coordinate representation of color #D9DA70: hue angle of 60.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9DA70 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 112 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.15 |
| HSL | 60.57º | 0.59% | 0.65% | - |
| HSV(B) | 60.57º | 0.49% | 0.85% | - |
| XYZ | 56.61 | 66.06 | 25.1 | - |
| YUV | 205.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 112 | 0.00 | 0 | 0.49 | 0.15 | 60.57 | 0.59 | 0.65 |
| Hex | D9 | DA | 70 | 0 | 0 | 31 | F | 3D | 3B | 41 |
| Octal | 331 | 332 | 160 | 0 | 0 | 61 | 17 | 75 | 73 | 101 |
| Binary | 11011001 | 11011010 | 1110000 | 0 | 0 | 110001 | 1111 | 111101 | 111011 | 1000001 |
Color Harmonies of #D9DA70
Complementary color
Monochromatic Colors of #D9DA70
Black with #D9DA70
Text Example
Text Example
White with #D9DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA70; }
p { color: rgb(217,218,112); }
H1.HeaderClassName
{
color: #D9DA70;
}
.AnyTagClassName
{
color: #D9DA70;
}
</style>
background-color css
<style>
a { background-color: #D9DA70; }
a { background-color: rgb(217,218,112); }
div.DivClassName
{
background-color: #D9DA70;
}
.BgClassName
{
background-color: #D9DA70;
}
</style>
border-color css
<style>
span { border-color: #D9DA70; }
span { border-color: rgb(217,218,112); }
td.TdClassName
{
border-color: #D9DA70;
}
.TagClassName
{
border-color: #D9DA70;
}
</style>