Shades of Mindaro #DDEC71
Tints of Mindaro #DDEC71
RGB
CMYK
RGB Variations
Color information
#DDEC71 (or 0xDDEC71) is known color: Mindaro. HEX triplet: DD, EC and 71. RGB value is (221,236,113). Sum of RGB (Red+Green+Blue) = 221+236+113=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC71 is #22138E. Grayscale: #D9D9D9. Windows color (decimal): -2233231 or 7466205. OLE color: 7466205.
HSL color Cylindrical-coordinate representation of color #DDEC71: hue angle of 67.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDEC71 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 113 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.07 |
| HSL | 67.32º | 0.76% | 0.68% | - |
| HSV(B) | 67.32º | 0.52% | 0.93% | - |
| XYZ | 62.79 | 76.56 | 27.09 | - |
| YUV | 217.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 113 | 0.06 | 0 | 0.52 | 0.07 | 67.32 | 0.76 | 0.68 |
| Hex | DD | EC | 71 | 6 | 0 | 34 | 7 | 43 | 4C | 44 |
| Octal | 335 | 354 | 161 | 6 | 0 | 64 | 7 | 103 | 114 | 104 |
| Binary | 11011101 | 11101100 | 1110001 | 110 | 0 | 110100 | 111 | 1000011 | 1001100 | 1000100 |
Color Harmonies of #DDEC71
Complementary color
Monochromatic Colors of #DDEC71
Black with #DDEC71
Text Example
Text Example
White with #DDEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC71; }
p { color: rgb(221,236,113); }
H1.HeaderClassName
{
color: #DDEC71;
}
.AnyTagClassName
{
color: #DDEC71;
}
</style>
background-color css
<style>
a { background-color: #DDEC71; }
a { background-color: rgb(221,236,113); }
div.DivClassName
{
background-color: #DDEC71;
}
.BgClassName
{
background-color: #DDEC71;
}
</style>
border-color css
<style>
span { border-color: #DDEC71; }
span { border-color: rgb(221,236,113); }
td.TdClassName
{
border-color: #DDEC71;
}
.TagClassName
{
border-color: #DDEC71;
}
</style>