Shades of Goldenrod #D9E17A
Tints of Goldenrod #D9E17A
RGB
CMYK
RGB Variations
Color information
#D9E17A (or 0xD9E17A) is known color: Goldenrod. HEX triplet: D9, E1 and 7A. RGB value is (217,225,122). Sum of RGB (Red+Green+Blue) = 217+225+122=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E17A is #261E85. Grayscale: #D3D3D3. Windows color (decimal): -2498182 or 8053209. OLE color: 8053209.
HSL color Cylindrical-coordinate representation of color #D9E17A: hue angle of 64.66º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9E17A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 122 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.12 |
| HSL | 64.66º | 0.63% | 0.68% | - |
| HSV(B) | 64.66º | 0.46% | 0.88% | - |
| XYZ | 59.05 | 70.01 | 28.81 | - |
| YUV | 210.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 122 | 0.04 | 0 | 0.46 | 0.12 | 64.66 | 0.63 | 0.68 |
| Hex | D9 | E1 | 7A | 4 | 0 | 2E | C | 41 | 3F | 44 |
| Octal | 331 | 341 | 172 | 4 | 0 | 56 | 14 | 101 | 77 | 104 |
| Binary | 11011001 | 11100001 | 1111010 | 100 | 0 | 101110 | 1100 | 1000001 | 111111 | 1000100 |
Color Harmonies of #D9E17A
Complementary color
Monochromatic Colors of #D9E17A
Black with #D9E17A
Text Example
Text Example
White with #D9E17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E17A; }
p { color: rgb(217,225,122); }
H1.HeaderClassName
{
color: #D9E17A;
}
.AnyTagClassName
{
color: #D9E17A;
}
</style>
background-color css
<style>
a { background-color: #D9E17A; }
a { background-color: rgb(217,225,122); }
div.DivClassName
{
background-color: #D9E17A;
}
.BgClassName
{
background-color: #D9E17A;
}
</style>
border-color css
<style>
span { border-color: #D9E17A; }
span { border-color: rgb(217,225,122); }
td.TdClassName
{
border-color: #D9E17A;
}
.TagClassName
{
border-color: #D9E17A;
}
</style>