Shades of Goldenrod #D9DF71
Tints of Goldenrod #D9DF71
RGB
CMYK
RGB Variations
Color information
#D9DF71 (or 0xD9DF71) is known color: Goldenrod. HEX triplet: D9, DF and 71. RGB value is (217,223,113). Sum of RGB (Red+Green+Blue) = 217+223+113=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DF71 is #26208E. Grayscale: #D1D1D1. Windows color (decimal): -2498703 or 7462873. OLE color: 7462873.
HSL color Cylindrical-coordinate representation of color #D9DF71: hue angle of 63.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9DF71 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 113 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.13 |
| HSL | 63.27º | 0.63% | 0.66% | - |
| HSV(B) | 63.27º | 0.49% | 0.87% | - |
| XYZ | 57.98 | 68.72 | 25.83 | - |
| YUV | 208.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 113 | 0.03 | 0 | 0.49 | 0.13 | 63.27 | 0.63 | 0.66 |
| Hex | D9 | DF | 71 | 3 | 0 | 31 | D | 3F | 3F | 42 |
| Octal | 331 | 337 | 161 | 3 | 0 | 61 | 15 | 77 | 77 | 102 |
| Binary | 11011001 | 11011111 | 1110001 | 11 | 0 | 110001 | 1101 | 111111 | 111111 | 1000010 |
Color Harmonies of #D9DF71
Complementary color
Monochromatic Colors of #D9DF71
Black with #D9DF71
Text Example
Text Example
White with #D9DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF71; }
p { color: rgb(217,223,113); }
H1.HeaderClassName
{
color: #D9DF71;
}
.AnyTagClassName
{
color: #D9DF71;
}
</style>
background-color css
<style>
a { background-color: #D9DF71; }
a { background-color: rgb(217,223,113); }
div.DivClassName
{
background-color: #D9DF71;
}
.BgClassName
{
background-color: #D9DF71;
}
</style>
border-color css
<style>
span { border-color: #D9DF71; }
span { border-color: rgb(217,223,113); }
td.TdClassName
{
border-color: #D9DF71;
}
.TagClassName
{
border-color: #D9DF71;
}
</style>