Shades of Goldenrod #D9DD74
Tints of Goldenrod #D9DD74
RGB
CMYK
RGB Variations
Color information
#D9DD74 (or 0xD9DD74) is known color: Goldenrod. HEX triplet: D9, DD and 74. RGB value is (217,221,116). Sum of RGB (Red+Green+Blue) = 217+221+116=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD74 is #26228B. Grayscale: #D0D0D0. Windows color (decimal): -2499212 or 7658969. OLE color: 7658969.
HSL color Cylindrical-coordinate representation of color #D9DD74: hue angle of 62.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9DD74 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 116 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.13 |
| HSL | 62.29º | 0.61% | 0.66% | - |
| HSV(B) | 62.29º | 0.48% | 0.87% | - |
| XYZ | 57.62 | 67.73 | 26.56 | - |
| YUV | 207.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 116 | 0.02 | 0 | 0.48 | 0.13 | 62.29 | 0.61 | 0.66 |
| Hex | D9 | DD | 74 | 2 | 0 | 30 | D | 3E | 3D | 42 |
| Octal | 331 | 335 | 164 | 2 | 0 | 60 | 15 | 76 | 75 | 102 |
| Binary | 11011001 | 11011101 | 1110100 | 10 | 0 | 110000 | 1101 | 111110 | 111101 | 1000010 |
Color Harmonies of #D9DD74
Complementary color
Monochromatic Colors of #D9DD74
Black with #D9DD74
Text Example
Text Example
White with #D9DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD74; }
p { color: rgb(217,221,116); }
H1.HeaderClassName
{
color: #D9DD74;
}
.AnyTagClassName
{
color: #D9DD74;
}
</style>
background-color css
<style>
a { background-color: #D9DD74; }
a { background-color: rgb(217,221,116); }
div.DivClassName
{
background-color: #D9DD74;
}
.BgClassName
{
background-color: #D9DD74;
}
</style>
border-color css
<style>
span { border-color: #D9DD74; }
span { border-color: rgb(217,221,116); }
td.TdClassName
{
border-color: #D9DD74;
}
.TagClassName
{
border-color: #D9DD74;
}
</style>