Shades of Goldenrod #D7DD7C
Tints of Goldenrod #D7DD7C
RGB
CMYK
RGB Variations
Color information
#D7DD7C (or 0xD7DD7C) is known color: Goldenrod. HEX triplet: D7, DD and 7C. RGB value is (215,221,124). Sum of RGB (Red+Green+Blue) = 215+221+124=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DD7C is #282283. Grayscale: #D0D0D0. Windows color (decimal): -2630276 or 8183255. OLE color: 8183255.
HSL color Cylindrical-coordinate representation of color #D7DD7C: hue angle of 63.71º 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 #D7DD7C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 124 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.13 |
| HSL | 63.71º | 0.59% | 0.68% | - |
| HSV(B) | 63.71º | 0.44% | 0.87% | - |
| XYZ | 57.52 | 67.62 | 29.09 | - |
| YUV | 208.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 124 | 0.03 | 0 | 0.44 | 0.13 | 63.71 | 0.59 | 0.68 |
| Hex | D7 | DD | 7C | 3 | 0 | 2C | D | 40 | 3B | 44 |
| Octal | 327 | 335 | 174 | 3 | 0 | 54 | 15 | 100 | 73 | 104 |
| Binary | 11010111 | 11011101 | 1111100 | 11 | 0 | 101100 | 1101 | 1000000 | 111011 | 1000100 |
Color Harmonies of #D7DD7C
Complementary color
Monochromatic Colors of #D7DD7C
Black with #D7DD7C
Text Example
Text Example
White with #D7DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DD7C; }
p { color: rgb(215,221,124); }
H1.HeaderClassName
{
color: #D7DD7C;
}
.AnyTagClassName
{
color: #D7DD7C;
}
</style>
background-color css
<style>
a { background-color: #D7DD7C; }
a { background-color: rgb(215,221,124); }
div.DivClassName
{
background-color: #D7DD7C;
}
.BgClassName
{
background-color: #D7DD7C;
}
</style>
border-color css
<style>
span { border-color: #D7DD7C; }
span { border-color: rgb(215,221,124); }
td.TdClassName
{
border-color: #D7DD7C;
}
.TagClassName
{
border-color: #D7DD7C;
}
</style>