Shades of Goldenrod #D1DD77
Tints of Goldenrod #D1DD77
RGB
CMYK
RGB Variations
Color information
#D1DD77 (or 0xD1DD77) is known color: Goldenrod. HEX triplet: D1, DD and 77. RGB value is (209,221,119). Sum of RGB (Red+Green+Blue) = 209+221+119=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD77 is #2E2288. Grayscale: #CECECE. Windows color (decimal): -3023497 or 7855569. OLE color: 7855569.
HSL color Cylindrical-coordinate representation of color #D1DD77: hue angle of 67.06º 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 #D1DD77 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 119 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.13 |
| HSL | 67.06º | 0.6% | 0.67% | - |
| HSV(B) | 67.06º | 0.46% | 0.87% | - |
| XYZ | 55.48 | 66.6 | 27.38 | - |
| YUV | 205.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 119 | 0.05 | 0 | 0.46 | 0.13 | 67.06 | 0.6 | 0.67 |
| Hex | D1 | DD | 77 | 5 | 0 | 2E | D | 43 | 3C | 43 |
| Octal | 321 | 335 | 167 | 5 | 0 | 56 | 15 | 103 | 74 | 103 |
| Binary | 11010001 | 11011101 | 1110111 | 101 | 0 | 101110 | 1101 | 1000011 | 111100 | 1000011 |
Color Harmonies of #D1DD77
Complementary color
Monochromatic Colors of #D1DD77
Black with #D1DD77
Text Example
Text Example
White with #D1DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD77; }
p { color: rgb(209,221,119); }
H1.HeaderClassName
{
color: #D1DD77;
}
.AnyTagClassName
{
color: #D1DD77;
}
</style>
background-color css
<style>
a { background-color: #D1DD77; }
a { background-color: rgb(209,221,119); }
div.DivClassName
{
background-color: #D1DD77;
}
.BgClassName
{
background-color: #D1DD77;
}
</style>
border-color css
<style>
span { border-color: #D1DD77; }
span { border-color: rgb(209,221,119); }
td.TdClassName
{
border-color: #D1DD77;
}
.TagClassName
{
border-color: #D1DD77;
}
</style>