Shades of Mindaro #DEE67D
Tints of Mindaro #DEE67D
RGB
CMYK
RGB Variations
Color information
#DEE67D (or 0xDEE67D) is known color: Mindaro. HEX triplet: DE, E6 and 7D. RGB value is (222,230,125). Sum of RGB (Red+Green+Blue) = 222+230+125=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE67D is #211982. Grayscale: #D8D8D8. Windows color (decimal): -2169219 or 8251102. OLE color: 8251102.
HSL color Cylindrical-coordinate representation of color #DEE67D: hue angle of 64.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE67D is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 125 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.10 |
| HSL | 64.57º | 0.68% | 0.7% | - |
| HSV(B) | 64.57º | 0.46% | 0.9% | - |
| XYZ | 62.12 | 73.6 | 30.33 | - |
| YUV | 215.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 125 | 0.03 | 0 | 0.46 | 0.10 | 64.57 | 0.68 | 0.7 |
| Hex | DE | E6 | 7D | 3 | 0 | 2E | A | 41 | 44 | 46 |
| Octal | 336 | 346 | 175 | 3 | 0 | 56 | 12 | 101 | 104 | 106 |
| Binary | 11011110 | 11100110 | 1111101 | 11 | 0 | 101110 | 1010 | 1000001 | 1000100 | 1000110 |
Color Harmonies of #DEE67D
Complementary color
Monochromatic Colors of #DEE67D
Black with #DEE67D
Text Example
Text Example
White with #DEE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE67D; }
p { color: rgb(222,230,125); }
H1.HeaderClassName
{
color: #DEE67D;
}
.AnyTagClassName
{
color: #DEE67D;
}
</style>
background-color css
<style>
a { background-color: #DEE67D; }
a { background-color: rgb(222,230,125); }
div.DivClassName
{
background-color: #DEE67D;
}
.BgClassName
{
background-color: #DEE67D;
}
</style>
border-color css
<style>
span { border-color: #DEE67D; }
span { border-color: rgb(222,230,125); }
td.TdClassName
{
border-color: #DEE67D;
}
.TagClassName
{
border-color: #DEE67D;
}
</style>