Shades of Goldenrod #DEE26E
Tints of Goldenrod #DEE26E
RGB
CMYK
RGB Variations
Color information
#DEE26E (or 0xDEE26E) is known color: Goldenrod. HEX triplet: DE, E2 and 6E. RGB value is (222,226,110). Sum of RGB (Red+Green+Blue) = 222+226+110=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE26E is #211D91. Grayscale: #D4D4D4. Windows color (decimal): -2170258 or 7267038. OLE color: 7267038.
HSL color Cylindrical-coordinate representation of color #DEE26E: hue angle of 62.07º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEE26E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 110 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.11 |
| HSL | 62.07º | 0.67% | 0.66% | - |
| HSV(B) | 62.07º | 0.51% | 0.89% | - |
| XYZ | 60.14 | 71.05 | 25.3 | - |
| YUV | 211.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 110 | 0.02 | 0 | 0.51 | 0.11 | 62.07 | 0.67 | 0.66 |
| Hex | DE | E2 | 6E | 2 | 0 | 33 | B | 3E | 43 | 42 |
| Octal | 336 | 342 | 156 | 2 | 0 | 63 | 13 | 76 | 103 | 102 |
| Binary | 11011110 | 11100010 | 1101110 | 10 | 0 | 110011 | 1011 | 111110 | 1000011 | 1000010 |
Color Harmonies of #DEE26E
Complementary color
Monochromatic Colors of #DEE26E
Black with #DEE26E
Text Example
Text Example
White with #DEE26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE26E; }
p { color: rgb(222,226,110); }
H1.HeaderClassName
{
color: #DEE26E;
}
.AnyTagClassName
{
color: #DEE26E;
}
</style>
background-color css
<style>
a { background-color: #DEE26E; }
a { background-color: rgb(222,226,110); }
div.DivClassName
{
background-color: #DEE26E;
}
.BgClassName
{
background-color: #DEE26E;
}
</style>
border-color css
<style>
span { border-color: #DEE26E; }
span { border-color: rgb(222,226,110); }
td.TdClassName
{
border-color: #DEE26E;
}
.TagClassName
{
border-color: #DEE26E;
}
</style>