Shades of Goldenrod #D9DD61
Tints of Goldenrod #D9DD61
RGB
CMYK
RGB Variations
Color information
#D9DD61 (or 0xD9DD61) is known color: Goldenrod. HEX triplet: D9, DD and 61. RGB value is (217,221,97). Sum of RGB (Red+Green+Blue) = 217+221+97=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD61 is #26229E. Grayscale: #CECECE. Windows color (decimal): -2499231 or 6413785. OLE color: 6413785.
HSL color Cylindrical-coordinate representation of color #D9DD61: hue angle of 61.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9DD61 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 97 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.13 |
| HSL | 61.94º | 0.65% | 0.62% | - |
| HSV(B) | 61.94º | 0.56% | 0.87% | - |
| XYZ | 56.63 | 67.33 | 21.32 | - |
| YUV | 205.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 97 | 0.02 | 0 | 0.56 | 0.13 | 61.94 | 0.65 | 0.62 |
| Hex | D9 | DD | 61 | 2 | 0 | 38 | D | 3E | 41 | 3E |
| Octal | 331 | 335 | 141 | 2 | 0 | 70 | 15 | 76 | 101 | 76 |
| Binary | 11011001 | 11011101 | 1100001 | 10 | 0 | 111000 | 1101 | 111110 | 1000001 | 111110 |
Color Harmonies of #D9DD61
Complementary color
Monochromatic Colors of #D9DD61
Black with #D9DD61
Text Example
Text Example
White with #D9DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD61; }
p { color: rgb(217,221,97); }
H1.HeaderClassName
{
color: #D9DD61;
}
.AnyTagClassName
{
color: #D9DD61;
}
</style>
background-color css
<style>
a { background-color: #D9DD61; }
a { background-color: rgb(217,221,97); }
div.DivClassName
{
background-color: #D9DD61;
}
.BgClassName
{
background-color: #D9DD61;
}
</style>
border-color css
<style>
span { border-color: #D9DD61; }
span { border-color: rgb(217,221,97); }
td.TdClassName
{
border-color: #D9DD61;
}
.TagClassName
{
border-color: #D9DD61;
}
</style>