Shades of Mindaro #DEE96A
Tints of Mindaro #DEE96A
RGB
CMYK
RGB Variations
Color information
#DEE96A (or 0xDEE96A) is known color: Mindaro. HEX triplet: DE, E9 and 6A. RGB value is (222,233,106). Sum of RGB (Red+Green+Blue) = 222+233+106=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE96A is #211695. Grayscale: #D7D7D7. Windows color (decimal): -2168470 or 7006686. OLE color: 7006686.
HSL color Cylindrical-coordinate representation of color #DEE96A: hue angle of 65.2º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEE96A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 106 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.09 |
| HSL | 65.2º | 0.74% | 0.66% | - |
| HSV(B) | 65.2º | 0.55% | 0.91% | - |
| XYZ | 61.86 | 74.85 | 24.82 | - |
| YUV | 215.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 106 | 0.05 | 0 | 0.55 | 0.09 | 65.2 | 0.74 | 0.66 |
| Hex | DE | E9 | 6A | 5 | 0 | 37 | 9 | 41 | 4A | 42 |
| Octal | 336 | 351 | 152 | 5 | 0 | 67 | 11 | 101 | 112 | 102 |
| Binary | 11011110 | 11101001 | 1101010 | 101 | 0 | 110111 | 1001 | 1000001 | 1001010 | 1000010 |
Color Harmonies of #DEE96A
Complementary color
Monochromatic Colors of #DEE96A
Black with #DEE96A
Text Example
Text Example
White with #DEE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE96A; }
p { color: rgb(222,233,106); }
H1.HeaderClassName
{
color: #DEE96A;
}
.AnyTagClassName
{
color: #DEE96A;
}
</style>
background-color css
<style>
a { background-color: #DEE96A; }
a { background-color: rgb(222,233,106); }
div.DivClassName
{
background-color: #DEE96A;
}
.BgClassName
{
background-color: #DEE96A;
}
</style>
border-color css
<style>
span { border-color: #DEE96A; }
span { border-color: rgb(222,233,106); }
td.TdClassName
{
border-color: #DEE96A;
}
.TagClassName
{
border-color: #DEE96A;
}
</style>