Shades of Mindaro #DDEC6F
Tints of Mindaro #DDEC6F
RGB
CMYK
RGB Variations
Color information
#DDEC6F (or 0xDDEC6F) is known color: Mindaro. HEX triplet: DD, EC and 6F. RGB value is (221,236,111). Sum of RGB (Red+Green+Blue) = 221+236+111=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC6F is #221390. Grayscale: #D9D9D9. Windows color (decimal): -2233233 or 7335133. OLE color: 7335133.
HSL color Cylindrical-coordinate representation of color #DDEC6F: hue angle of 67.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDEC6F is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 111 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.07 |
| HSL | 67.2º | 0.77% | 0.68% | - |
| HSV(B) | 67.2º | 0.53% | 0.93% | - |
| XYZ | 62.68 | 76.51 | 26.5 | - |
| YUV | 217.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 111 | 0.06 | 0 | 0.53 | 0.07 | 67.2 | 0.77 | 0.68 |
| Hex | DD | EC | 6F | 6 | 0 | 35 | 7 | 43 | 4D | 44 |
| Octal | 335 | 354 | 157 | 6 | 0 | 65 | 7 | 103 | 115 | 104 |
| Binary | 11011101 | 11101100 | 1101111 | 110 | 0 | 110101 | 111 | 1000011 | 1001101 | 1000100 |
Color Harmonies of #DDEC6F
Complementary color
Monochromatic Colors of #DDEC6F
Black with #DDEC6F
Text Example
Text Example
White with #DDEC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC6F; }
p { color: rgb(221,236,111); }
H1.HeaderClassName
{
color: #DDEC6F;
}
.AnyTagClassName
{
color: #DDEC6F;
}
</style>
background-color css
<style>
a { background-color: #DDEC6F; }
a { background-color: rgb(221,236,111); }
div.DivClassName
{
background-color: #DDEC6F;
}
.BgClassName
{
background-color: #DDEC6F;
}
</style>
border-color css
<style>
span { border-color: #DDEC6F; }
span { border-color: rgb(221,236,111); }
td.TdClassName
{
border-color: #DDEC6F;
}
.TagClassName
{
border-color: #DDEC6F;
}
</style>