Shades of Goldenrod #D5DD5E
Tints of Goldenrod #D5DD5E
RGB
CMYK
RGB Variations
Color information
#D5DD5E (or 0xD5DD5E) is known color: Goldenrod. HEX triplet: D5, DD and 5E. RGB value is (213,221,94). Sum of RGB (Red+Green+Blue) = 213+221+94=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD5E is #2A22A1. Grayscale: #CCCCCC. Windows color (decimal): -2761378 or 6217173. OLE color: 6217173.
HSL color Cylindrical-coordinate representation of color #D5DD5E: hue angle of 63.78º 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 #D5DD5E is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 94 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.13 |
| HSL | 63.78º | 0.65% | 0.62% | - |
| HSV(B) | 63.78º | 0.57% | 0.87% | - |
| XYZ | 55.32 | 66.67 | 20.54 | - |
| YUV | 204.13 | 65.85 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 94 | 0.04 | 0 | 0.57 | 0.13 | 63.78 | 0.65 | 0.62 |
| Hex | D5 | DD | 5E | 4 | 0 | 39 | D | 40 | 41 | 3E |
| Octal | 325 | 335 | 136 | 4 | 0 | 71 | 15 | 100 | 101 | 76 |
| Binary | 11010101 | 11011101 | 1011110 | 100 | 0 | 111001 | 1101 | 1000000 | 1000001 | 111110 |
Color Harmonies of #D5DD5E
Complementary color
Monochromatic Colors of #D5DD5E
Black with #D5DD5E
Text Example
Text Example
White with #D5DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD5E; }
p { color: rgb(213,221,94); }
H1.HeaderClassName
{
color: #D5DD5E;
}
.AnyTagClassName
{
color: #D5DD5E;
}
</style>
background-color css
<style>
a { background-color: #D5DD5E; }
a { background-color: rgb(213,221,94); }
div.DivClassName
{
background-color: #D5DD5E;
}
.BgClassName
{
background-color: #D5DD5E;
}
</style>
border-color css
<style>
span { border-color: #D5DD5E; }
span { border-color: rgb(213,221,94); }
td.TdClassName
{
border-color: #D5DD5E;
}
.TagClassName
{
border-color: #D5DD5E;
}
</style>