Shades of Goldenrod #D6DD77
Tints of Goldenrod #D6DD77
RGB
CMYK
RGB Variations
Color information
#D6DD77 (or 0xD6DD77) is known color: Goldenrod. HEX triplet: D6, DD and 77. RGB value is (214,221,119). Sum of RGB (Red+Green+Blue) = 214+221+119=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD77 is #292288. Grayscale: #CFCFCF. Windows color (decimal): -2695817 or 7855574. OLE color: 7855574.
HSL color Cylindrical-coordinate representation of color #D6DD77: hue angle of 64.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6DD77 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 119 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.13 |
| HSL | 64.12º | 0.6% | 0.67% | - |
| HSV(B) | 64.12º | 0.46% | 0.87% | - |
| XYZ | 56.92 | 67.34 | 27.45 | - |
| YUV | 207.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 119 | 0.03 | 0 | 0.46 | 0.13 | 64.12 | 0.6 | 0.67 |
| Hex | D6 | DD | 77 | 3 | 0 | 2E | D | 40 | 3C | 43 |
| Octal | 326 | 335 | 167 | 3 | 0 | 56 | 15 | 100 | 74 | 103 |
| Binary | 11010110 | 11011101 | 1110111 | 11 | 0 | 101110 | 1101 | 1000000 | 111100 | 1000011 |
Color Harmonies of #D6DD77
Complementary color
Monochromatic Colors of #D6DD77
Black with #D6DD77
Text Example
Text Example
White with #D6DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD77; }
p { color: rgb(214,221,119); }
H1.HeaderClassName
{
color: #D6DD77;
}
.AnyTagClassName
{
color: #D6DD77;
}
</style>
background-color css
<style>
a { background-color: #D6DD77; }
a { background-color: rgb(214,221,119); }
div.DivClassName
{
background-color: #D6DD77;
}
.BgClassName
{
background-color: #D6DD77;
}
</style>
border-color css
<style>
span { border-color: #D6DD77; }
span { border-color: rgb(214,221,119); }
td.TdClassName
{
border-color: #D6DD77;
}
.TagClassName
{
border-color: #D6DD77;
}
</style>