Shades of Goldenrod #DEE266
Tints of Goldenrod #DEE266
RGB
CMYK
RGB Variations
Color information
#DEE266 (or 0xDEE266) is known color: Goldenrod. HEX triplet: DE, E2 and 66. RGB value is (222,226,102). Sum of RGB (Red+Green+Blue) = 222+226+102=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE266 is #211D99. Grayscale: #D3D3D3. Windows color (decimal): -2170266 or 6742750. OLE color: 6742750.
HSL color Cylindrical-coordinate representation of color #DEE266: hue angle of 61.94º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEE266 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 102 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.11 |
| HSL | 61.94º | 0.68% | 0.64% | - |
| HSV(B) | 61.94º | 0.55% | 0.89% | - |
| XYZ | 59.72 | 70.88 | 23.1 | - |
| YUV | 210.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 102 | 0.02 | 0 | 0.55 | 0.11 | 61.94 | 0.68 | 0.64 |
| Hex | DE | E2 | 66 | 2 | 0 | 37 | B | 3E | 44 | 40 |
| Octal | 336 | 342 | 146 | 2 | 0 | 67 | 13 | 76 | 104 | 100 |
| Binary | 11011110 | 11100010 | 1100110 | 10 | 0 | 110111 | 1011 | 111110 | 1000100 | 1000000 |
Color Harmonies of #DEE266
Complementary color
Monochromatic Colors of #DEE266
Black with #DEE266
Text Example
Text Example
White with #DEE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE266; }
p { color: rgb(222,226,102); }
H1.HeaderClassName
{
color: #DEE266;
}
.AnyTagClassName
{
color: #DEE266;
}
</style>
background-color css
<style>
a { background-color: #DEE266; }
a { background-color: rgb(222,226,102); }
div.DivClassName
{
background-color: #DEE266;
}
.BgClassName
{
background-color: #DEE266;
}
</style>
border-color css
<style>
span { border-color: #DEE266; }
span { border-color: rgb(222,226,102); }
td.TdClassName
{
border-color: #DEE266;
}
.TagClassName
{
border-color: #DEE266;
}
</style>