Shades of Goldenrod #D5DD79
Tints of Goldenrod #D5DD79
RGB
CMYK
RGB Variations
Color information
#D5DD79 (or 0xD5DD79) is known color: Goldenrod. HEX triplet: D5, DD and 79. RGB value is (213,221,121). Sum of RGB (Red+Green+Blue) = 213+221+121=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD79 is #2A2286. Grayscale: #CFCFCF. Windows color (decimal): -2761351 or 7986645. OLE color: 7986645.
HSL color Cylindrical-coordinate representation of color #D5DD79: hue angle of 64.8º 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 #D5DD79 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 121 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.13 |
| HSL | 64.8º | 0.6% | 0.67% | - |
| HSV(B) | 64.8º | 0.45% | 0.87% | - |
| XYZ | 56.75 | 67.24 | 28.08 | - |
| YUV | 207.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 121 | 0.04 | 0 | 0.45 | 0.13 | 64.8 | 0.6 | 0.67 |
| Hex | D5 | DD | 79 | 4 | 0 | 2D | D | 41 | 3C | 43 |
| Octal | 325 | 335 | 171 | 4 | 0 | 55 | 15 | 101 | 74 | 103 |
| Binary | 11010101 | 11011101 | 1111001 | 100 | 0 | 101101 | 1101 | 1000001 | 111100 | 1000011 |
Color Harmonies of #D5DD79
Complementary color
Monochromatic Colors of #D5DD79
Black with #D5DD79
Text Example
Text Example
White with #D5DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD79; }
p { color: rgb(213,221,121); }
H1.HeaderClassName
{
color: #D5DD79;
}
.AnyTagClassName
{
color: #D5DD79;
}
</style>
background-color css
<style>
a { background-color: #D5DD79; }
a { background-color: rgb(213,221,121); }
div.DivClassName
{
background-color: #D5DD79;
}
.BgClassName
{
background-color: #D5DD79;
}
</style>
border-color css
<style>
span { border-color: #D5DD79; }
span { border-color: rgb(213,221,121); }
td.TdClassName
{
border-color: #D5DD79;
}
.TagClassName
{
border-color: #D5DD79;
}
</style>