Shades of Mindaro #DDE864
Tints of Mindaro #DDE864
RGB
CMYK
RGB Variations
Color information
#DDE864 (or 0xDDE864) is known color: Mindaro. HEX triplet: DD, E8 and 64. RGB value is (221,232,100). Sum of RGB (Red+Green+Blue) = 221+232+100=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE864 is #22179B. Grayscale: #D6D6D6. Windows color (decimal): -2234268 or 6613213. OLE color: 6613213.
HSL color Cylindrical-coordinate representation of color #DDE864: hue angle of 65º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDE864 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 100 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.09 |
| HSL | 65º | 0.74% | 0.65% | - |
| HSV(B) | 65º | 0.57% | 0.91% | - |
| XYZ | 60.98 | 74.01 | 23.13 | - |
| YUV | 213.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 100 | 0.05 | 0 | 0.57 | 0.09 | 65 | 0.74 | 0.65 |
| Hex | DD | E8 | 64 | 5 | 0 | 39 | 9 | 41 | 4A | 41 |
| Octal | 335 | 350 | 144 | 5 | 0 | 71 | 11 | 101 | 112 | 101 |
| Binary | 11011101 | 11101000 | 1100100 | 101 | 0 | 111001 | 1001 | 1000001 | 1001010 | 1000001 |
Color Harmonies of #DDE864
Complementary color
Monochromatic Colors of #DDE864
Black with #DDE864
Text Example
Text Example
White with #DDE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE864; }
p { color: rgb(221,232,100); }
H1.HeaderClassName
{
color: #DDE864;
}
.AnyTagClassName
{
color: #DDE864;
}
</style>
background-color css
<style>
a { background-color: #DDE864; }
a { background-color: rgb(221,232,100); }
div.DivClassName
{
background-color: #DDE864;
}
.BgClassName
{
background-color: #DDE864;
}
</style>
border-color css
<style>
span { border-color: #DDE864; }
span { border-color: rgb(221,232,100); }
td.TdClassName
{
border-color: #DDE864;
}
.TagClassName
{
border-color: #DDE864;
}
</style>