Shades of Mindaro #DDEC86
Tints of Mindaro #DDEC86
RGB
CMYK
RGB Variations
Color information
#DDEC86 (or 0xDDEC86) is known color: Mindaro. HEX triplet: DD, EC and 86. RGB value is (221,236,134). Sum of RGB (Red+Green+Blue) = 221+236+134=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC86 is #221379. Grayscale: #DCDCDC. Windows color (decimal): -2233210 or 8842461. OLE color: 8842461.
HSL color Cylindrical-coordinate representation of color #DDEC86: hue angle of 68.82º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDEC86 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 134 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.07 |
| HSL | 68.82º | 0.73% | 0.73% | - |
| HSV(B) | 68.82º | 0.43% | 0.93% | - |
| XYZ | 64.12 | 77.08 | 34.05 | - |
| YUV | 219.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 134 | 0.06 | 0 | 0.43 | 0.07 | 68.82 | 0.73 | 0.73 |
| Hex | DD | EC | 86 | 6 | 0 | 2B | 7 | 45 | 49 | 49 |
| Octal | 335 | 354 | 206 | 6 | 0 | 53 | 7 | 105 | 111 | 111 |
| Binary | 11011101 | 11101100 | 10000110 | 110 | 0 | 101011 | 111 | 1000101 | 1001001 | 1001001 |
Color Harmonies of #DDEC86
Complementary color
Monochromatic Colors of #DDEC86
Black with #DDEC86
Text Example
Text Example
White with #DDEC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC86; }
p { color: rgb(221,236,134); }
H1.HeaderClassName
{
color: #DDEC86;
}
.AnyTagClassName
{
color: #DDEC86;
}
</style>
background-color css
<style>
a { background-color: #DDEC86; }
a { background-color: rgb(221,236,134); }
div.DivClassName
{
background-color: #DDEC86;
}
.BgClassName
{
background-color: #DDEC86;
}
</style>
border-color css
<style>
span { border-color: #DDEC86; }
span { border-color: rgb(221,236,134); }
td.TdClassName
{
border-color: #DDEC86;
}
.TagClassName
{
border-color: #DDEC86;
}
</style>