Shades of Goldenrod #D8DD79
Tints of Goldenrod #D8DD79
RGB
CMYK
RGB Variations
Color information
#D8DD79 (or 0xD8DD79) is known color: Goldenrod. HEX triplet: D8, DD and 79. RGB value is (216,221,121). Sum of RGB (Red+Green+Blue) = 216+221+121=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD79 is #272286. Grayscale: #D0D0D0. Windows color (decimal): -2564743 or 7986648. OLE color: 7986648.
HSL color Cylindrical-coordinate representation of color #D8DD79: hue angle of 63º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8DD79 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 121 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.13 |
| HSL | 63º | 0.6% | 0.67% | - |
| HSV(B) | 63º | 0.45% | 0.87% | - |
| XYZ | 57.63 | 67.69 | 28.12 | - |
| YUV | 208.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 121 | 0.02 | 0 | 0.45 | 0.13 | 63 | 0.6 | 0.67 |
| Hex | D8 | DD | 79 | 2 | 0 | 2D | D | 3F | 3C | 43 |
| Octal | 330 | 335 | 171 | 2 | 0 | 55 | 15 | 77 | 74 | 103 |
| Binary | 11011000 | 11011101 | 1111001 | 10 | 0 | 101101 | 1101 | 111111 | 111100 | 1000011 |
Color Harmonies of #D8DD79
Complementary color
Monochromatic Colors of #D8DD79
Black with #D8DD79
Text Example
Text Example
White with #D8DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD79; }
p { color: rgb(216,221,121); }
H1.HeaderClassName
{
color: #D8DD79;
}
.AnyTagClassName
{
color: #D8DD79;
}
</style>
background-color css
<style>
a { background-color: #D8DD79; }
a { background-color: rgb(216,221,121); }
div.DivClassName
{
background-color: #D8DD79;
}
.BgClassName
{
background-color: #D8DD79;
}
</style>
border-color css
<style>
span { border-color: #D8DD79; }
span { border-color: rgb(216,221,121); }
td.TdClassName
{
border-color: #D8DD79;
}
.TagClassName
{
border-color: #D8DD79;
}
</style>