Shades of Goldenrod #D5E079
Tints of Goldenrod #D5E079
RGB
CMYK
RGB Variations
Color information
#D5E079 (or 0xD5E079) is known color: Goldenrod. HEX triplet: D5, E0 and 79. RGB value is (213,224,121). Sum of RGB (Red+Green+Blue) = 213+224+121=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E079 is #2A1F86. Grayscale: #D1D1D1. Windows color (decimal): -2760583 or 7987413. OLE color: 7987413.
HSL color Cylindrical-coordinate representation of color #D5E079: hue angle of 66.41º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5E079 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 121 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.12 |
| HSL | 66.41º | 0.62% | 0.68% | - |
| HSV(B) | 66.41º | 0.46% | 0.88% | - |
| XYZ | 57.55 | 68.84 | 28.34 | - |
| YUV | 208.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 121 | 0.05 | 0 | 0.46 | 0.12 | 66.41 | 0.62 | 0.68 |
| Hex | D5 | E0 | 79 | 5 | 0 | 2E | C | 42 | 3E | 44 |
| Octal | 325 | 340 | 171 | 5 | 0 | 56 | 14 | 102 | 76 | 104 |
| Binary | 11010101 | 11100000 | 1111001 | 101 | 0 | 101110 | 1100 | 1000010 | 111110 | 1000100 |
Color Harmonies of #D5E079
Complementary color
Monochromatic Colors of #D5E079
Black with #D5E079
Text Example
Text Example
White with #D5E079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E079; }
p { color: rgb(213,224,121); }
H1.HeaderClassName
{
color: #D5E079;
}
.AnyTagClassName
{
color: #D5E079;
}
</style>
background-color css
<style>
a { background-color: #D5E079; }
a { background-color: rgb(213,224,121); }
div.DivClassName
{
background-color: #D5E079;
}
.BgClassName
{
background-color: #D5E079;
}
</style>
border-color css
<style>
span { border-color: #D5E079; }
span { border-color: rgb(213,224,121); }
td.TdClassName
{
border-color: #D5E079;
}
.TagClassName
{
border-color: #D5E079;
}
</style>