Shades of Goldenrod #DEE47C
Tints of Goldenrod #DEE47C
RGB
CMYK
RGB Variations
Color information
#DEE47C (or 0xDEE47C) is known color: Goldenrod. HEX triplet: DE, E4 and 7C. RGB value is (222,228,124). Sum of RGB (Red+Green+Blue) = 222+228+124=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE47C is #211B83. Grayscale: #D6D6D6. Windows color (decimal): -2169732 or 8185054. OLE color: 8185054.
HSL color Cylindrical-coordinate representation of color #DEE47C: hue angle of 63.46º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE47C is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 124 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.11 |
| HSL | 63.46º | 0.66% | 0.69% | - |
| HSV(B) | 63.46º | 0.46% | 0.89% | - |
| XYZ | 61.51 | 72.47 | 29.82 | - |
| YUV | 214.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 124 | 0.03 | 0 | 0.46 | 0.11 | 63.46 | 0.66 | 0.69 |
| Hex | DE | E4 | 7C | 3 | 0 | 2E | B | 3F | 42 | 45 |
| Octal | 336 | 344 | 174 | 3 | 0 | 56 | 13 | 77 | 102 | 105 |
| Binary | 11011110 | 11100100 | 1111100 | 11 | 0 | 101110 | 1011 | 111111 | 1000010 | 1000101 |
Color Harmonies of #DEE47C
Complementary color
Monochromatic Colors of #DEE47C
Black with #DEE47C
Text Example
Text Example
White with #DEE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE47C; }
p { color: rgb(222,228,124); }
H1.HeaderClassName
{
color: #DEE47C;
}
.AnyTagClassName
{
color: #DEE47C;
}
</style>
background-color css
<style>
a { background-color: #DEE47C; }
a { background-color: rgb(222,228,124); }
div.DivClassName
{
background-color: #DEE47C;
}
.BgClassName
{
background-color: #DEE47C;
}
</style>
border-color css
<style>
span { border-color: #DEE47C; }
span { border-color: rgb(222,228,124); }
td.TdClassName
{
border-color: #DEE47C;
}
.TagClassName
{
border-color: #DEE47C;
}
</style>