Shades of Goldenrod #D1DD5E
Tints of Goldenrod #D1DD5E
RGB
CMYK
RGB Variations
Color information
#D1DD5E (or 0xD1DD5E) is known color: Goldenrod. HEX triplet: D1, DD and 5E. RGB value is (209,221,94). Sum of RGB (Red+Green+Blue) = 209+221+94=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD5E is #2E22A1. Grayscale: #CBCBCB. Windows color (decimal): -3023522 or 6217169. OLE color: 6217169.
HSL color Cylindrical-coordinate representation of color #D1DD5E: hue angle of 65.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1DD5E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 94 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.13 |
| HSL | 65.67º | 0.65% | 0.62% | - |
| HSV(B) | 65.67º | 0.57% | 0.87% | - |
| XYZ | 54.17 | 66.08 | 20.49 | - |
| YUV | 202.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 94 | 0.05 | 0 | 0.57 | 0.13 | 65.67 | 0.65 | 0.62 |
| Hex | D1 | DD | 5E | 5 | 0 | 39 | D | 42 | 41 | 3E |
| Octal | 321 | 335 | 136 | 5 | 0 | 71 | 15 | 102 | 101 | 76 |
| Binary | 11010001 | 11011101 | 1011110 | 101 | 0 | 111001 | 1101 | 1000010 | 1000001 | 111110 |
Color Harmonies of #D1DD5E
Complementary color
Monochromatic Colors of #D1DD5E
Black with #D1DD5E
Text Example
Text Example
White with #D1DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD5E; }
p { color: rgb(209,221,94); }
H1.HeaderClassName
{
color: #D1DD5E;
}
.AnyTagClassName
{
color: #D1DD5E;
}
</style>
background-color css
<style>
a { background-color: #D1DD5E; }
a { background-color: rgb(209,221,94); }
div.DivClassName
{
background-color: #D1DD5E;
}
.BgClassName
{
background-color: #D1DD5E;
}
</style>
border-color css
<style>
span { border-color: #D1DD5E; }
span { border-color: rgb(209,221,94); }
td.TdClassName
{
border-color: #D1DD5E;
}
.TagClassName
{
border-color: #D1DD5E;
}
</style>