Shades of Mindaro #DEE86B
Tints of Mindaro #DEE86B
RGB
CMYK
RGB Variations
Color information
#DEE86B (or 0xDEE86B) is known color: Mindaro. HEX triplet: DE, E8 and 6B. RGB value is (222,232,107). Sum of RGB (Red+Green+Blue) = 222+232+107=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE86B is #211794. Grayscale: #D7D7D7. Windows color (decimal): -2168725 or 7071966. OLE color: 7071966.
HSL color Cylindrical-coordinate representation of color #DEE86B: hue angle of 64.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEE86B is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 107 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.09 |
| HSL | 64.8º | 0.73% | 0.66% | - |
| HSV(B) | 64.8º | 0.54% | 0.91% | - |
| XYZ | 61.63 | 74.3 | 25 | - |
| YUV | 214.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 107 | 0.04 | 0 | 0.54 | 0.09 | 64.8 | 0.73 | 0.66 |
| Hex | DE | E8 | 6B | 4 | 0 | 36 | 9 | 41 | 49 | 42 |
| Octal | 336 | 350 | 153 | 4 | 0 | 66 | 11 | 101 | 111 | 102 |
| Binary | 11011110 | 11101000 | 1101011 | 100 | 0 | 110110 | 1001 | 1000001 | 1001001 | 1000010 |
Color Harmonies of #DEE86B
Complementary color
Monochromatic Colors of #DEE86B
Black with #DEE86B
Text Example
Text Example
White with #DEE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE86B; }
p { color: rgb(222,232,107); }
H1.HeaderClassName
{
color: #DEE86B;
}
.AnyTagClassName
{
color: #DEE86B;
}
</style>
background-color css
<style>
a { background-color: #DEE86B; }
a { background-color: rgb(222,232,107); }
div.DivClassName
{
background-color: #DEE86B;
}
.BgClassName
{
background-color: #DEE86B;
}
</style>
border-color css
<style>
span { border-color: #DEE86B; }
span { border-color: rgb(222,232,107); }
td.TdClassName
{
border-color: #DEE86B;
}
.TagClassName
{
border-color: #DEE86B;
}
</style>