Shades of Mindaro #DEE66D
Tints of Mindaro #DEE66D
RGB
CMYK
RGB Variations
Color information
#DEE66D (or 0xDEE66D) is known color: Mindaro. HEX triplet: DE, E6 and 6D. RGB value is (222,230,109). Sum of RGB (Red+Green+Blue) = 222+230+109=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE66D is #211992. Grayscale: #D6D6D6. Windows color (decimal): -2169235 or 7202526. OLE color: 7202526.
HSL color Cylindrical-coordinate representation of color #DEE66D: hue angle of 63.97º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEE66D is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 109 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.10 |
| HSL | 63.97º | 0.71% | 0.66% | - |
| HSV(B) | 63.97º | 0.53% | 0.9% | - |
| XYZ | 61.18 | 73.23 | 25.38 | - |
| YUV | 213.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 109 | 0.03 | 0 | 0.53 | 0.10 | 63.97 | 0.71 | 0.66 |
| Hex | DE | E6 | 6D | 3 | 0 | 35 | A | 40 | 47 | 42 |
| Octal | 336 | 346 | 155 | 3 | 0 | 65 | 12 | 100 | 107 | 102 |
| Binary | 11011110 | 11100110 | 1101101 | 11 | 0 | 110101 | 1010 | 1000000 | 1000111 | 1000010 |
Color Harmonies of #DEE66D
Complementary color
Monochromatic Colors of #DEE66D
Black with #DEE66D
Text Example
Text Example
White with #DEE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE66D; }
p { color: rgb(222,230,109); }
H1.HeaderClassName
{
color: #DEE66D;
}
.AnyTagClassName
{
color: #DEE66D;
}
</style>
background-color css
<style>
a { background-color: #DEE66D; }
a { background-color: rgb(222,230,109); }
div.DivClassName
{
background-color: #DEE66D;
}
.BgClassName
{
background-color: #DEE66D;
}
</style>
border-color css
<style>
span { border-color: #DEE66D; }
span { border-color: rgb(222,230,109); }
td.TdClassName
{
border-color: #DEE66D;
}
.TagClassName
{
border-color: #DEE66D;
}
</style>