Shades of Goldenrod #D6DD7C
Tints of Goldenrod #D6DD7C
RGB
CMYK
RGB Variations
Color information
#D6DD7C (or 0xD6DD7C) is known color: Goldenrod. HEX triplet: D6, DD and 7C. RGB value is (214,221,124). Sum of RGB (Red+Green+Blue) = 214+221+124=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD7C is #292283. Grayscale: #D0D0D0. Windows color (decimal): -2695812 or 8183254. OLE color: 8183254.
HSL color Cylindrical-coordinate representation of color #D6DD7C: hue angle of 64.33º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6DD7C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 124 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.13 |
| HSL | 64.33º | 0.59% | 0.68% | - |
| HSV(B) | 64.33º | 0.44% | 0.87% | - |
| XYZ | 57.23 | 67.46 | 29.07 | - |
| YUV | 207.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 124 | 0.03 | 0 | 0.44 | 0.13 | 64.33 | 0.59 | 0.68 |
| Hex | D6 | DD | 7C | 3 | 0 | 2C | D | 40 | 3B | 44 |
| Octal | 326 | 335 | 174 | 3 | 0 | 54 | 15 | 100 | 73 | 104 |
| Binary | 11010110 | 11011101 | 1111100 | 11 | 0 | 101100 | 1101 | 1000000 | 111011 | 1000100 |
Color Harmonies of #D6DD7C
Complementary color
Monochromatic Colors of #D6DD7C
Black with #D6DD7C
Text Example
Text Example
White with #D6DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD7C; }
p { color: rgb(214,221,124); }
H1.HeaderClassName
{
color: #D6DD7C;
}
.AnyTagClassName
{
color: #D6DD7C;
}
</style>
background-color css
<style>
a { background-color: #D6DD7C; }
a { background-color: rgb(214,221,124); }
div.DivClassName
{
background-color: #D6DD7C;
}
.BgClassName
{
background-color: #D6DD7C;
}
</style>
border-color css
<style>
span { border-color: #D6DD7C; }
span { border-color: rgb(214,221,124); }
td.TdClassName
{
border-color: #D6DD7C;
}
.TagClassName
{
border-color: #D6DD7C;
}
</style>