Shades of Goldenrod #DEE27E
Tints of Goldenrod #DEE27E
RGB
CMYK
RGB Variations
Color information
#DEE27E (or 0xDEE27E) is known color: Goldenrod. HEX triplet: DE, E2 and 7E. RGB value is (222,226,126). Sum of RGB (Red+Green+Blue) = 222+226+126=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE27E is #211D81. Grayscale: #D5D5D5. Windows color (decimal): -2170242 or 8315614. OLE color: 8315614.
HSL color Cylindrical-coordinate representation of color #DEE27E: hue angle of 62.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEE27E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 126 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.11 |
| HSL | 62.4º | 0.63% | 0.69% | - |
| HSV(B) | 62.4º | 0.44% | 0.89% | - |
| XYZ | 61.09 | 71.43 | 30.31 | - |
| YUV | 213.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 126 | 0.02 | 0 | 0.44 | 0.11 | 62.4 | 0.63 | 0.69 |
| Hex | DE | E2 | 7E | 2 | 0 | 2C | B | 3E | 3F | 45 |
| Octal | 336 | 342 | 176 | 2 | 0 | 54 | 13 | 76 | 77 | 105 |
| Binary | 11011110 | 11100010 | 1111110 | 10 | 0 | 101100 | 1011 | 111110 | 111111 | 1000101 |
Color Harmonies of #DEE27E
Complementary color
Monochromatic Colors of #DEE27E
Black with #DEE27E
Text Example
Text Example
White with #DEE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE27E; }
p { color: rgb(222,226,126); }
H1.HeaderClassName
{
color: #DEE27E;
}
.AnyTagClassName
{
color: #DEE27E;
}
</style>
background-color css
<style>
a { background-color: #DEE27E; }
a { background-color: rgb(222,226,126); }
div.DivClassName
{
background-color: #DEE27E;
}
.BgClassName
{
background-color: #DEE27E;
}
</style>
border-color css
<style>
span { border-color: #DEE27E; }
span { border-color: rgb(222,226,126); }
td.TdClassName
{
border-color: #DEE27E;
}
.TagClassName
{
border-color: #DEE27E;
}
</style>