Shades of Mindaro #DEE669
Tints of Mindaro #DEE669
RGB
CMYK
RGB Variations
Color information
#DEE669 (or 0xDEE669) is known color: Mindaro. HEX triplet: DE, E6 and 69. RGB value is (222,230,105). Sum of RGB (Red+Green+Blue) = 222+230+105=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE669 is #211996. Grayscale: #D5D5D5. Windows color (decimal): -2169239 or 6940382. OLE color: 6940382.
HSL color Cylindrical-coordinate representation of color #DEE669: hue angle of 63.84º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEE669 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 105 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.10 |
| HSL | 63.84º | 0.71% | 0.66% | - |
| HSV(B) | 63.84º | 0.54% | 0.9% | - |
| XYZ | 60.97 | 73.14 | 24.27 | - |
| YUV | 213.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 105 | 0.03 | 0 | 0.54 | 0.10 | 63.84 | 0.71 | 0.66 |
| Hex | DE | E6 | 69 | 3 | 0 | 36 | A | 40 | 47 | 42 |
| Octal | 336 | 346 | 151 | 3 | 0 | 66 | 12 | 100 | 107 | 102 |
| Binary | 11011110 | 11100110 | 1101001 | 11 | 0 | 110110 | 1010 | 1000000 | 1000111 | 1000010 |
Color Harmonies of #DEE669
Complementary color
Monochromatic Colors of #DEE669
Black with #DEE669
Text Example
Text Example
White with #DEE669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE669; }
p { color: rgb(222,230,105); }
H1.HeaderClassName
{
color: #DEE669;
}
.AnyTagClassName
{
color: #DEE669;
}
</style>
background-color css
<style>
a { background-color: #DEE669; }
a { background-color: rgb(222,230,105); }
div.DivClassName
{
background-color: #DEE669;
}
.BgClassName
{
background-color: #DEE669;
}
</style>
border-color css
<style>
span { border-color: #DEE669; }
span { border-color: rgb(222,230,105); }
td.TdClassName
{
border-color: #DEE669;
}
.TagClassName
{
border-color: #DEE669;
}
</style>