Shades of Mindaro #DDEC84
Tints of Mindaro #DDEC84
RGB
CMYK
RGB Variations
Color information
#DDEC84 (or 0xDDEC84) is known color: Mindaro. HEX triplet: DD, EC and 84. RGB value is (221,236,132). Sum of RGB (Red+Green+Blue) = 221+236+132=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC84 is #22137B. Grayscale: #DCDCDC. Windows color (decimal): -2233212 or 8711389. OLE color: 8711389.
HSL color Cylindrical-coordinate representation of color #DDEC84: hue angle of 68.65º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDEC84 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 132 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.07 |
| HSL | 68.65º | 0.73% | 0.72% | - |
| HSV(B) | 68.65º | 0.44% | 0.93% | - |
| XYZ | 63.98 | 77.03 | 33.33 | - |
| YUV | 219.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 132 | 0.06 | 0 | 0.44 | 0.07 | 68.65 | 0.73 | 0.72 |
| Hex | DD | EC | 84 | 6 | 0 | 2C | 7 | 45 | 49 | 48 |
| Octal | 335 | 354 | 204 | 6 | 0 | 54 | 7 | 105 | 111 | 110 |
| Binary | 11011101 | 11101100 | 10000100 | 110 | 0 | 101100 | 111 | 1000101 | 1001001 | 1001000 |
Color Harmonies of #DDEC84
Complementary color
Monochromatic Colors of #DDEC84
Black with #DDEC84
Text Example
Text Example
White with #DDEC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC84; }
p { color: rgb(221,236,132); }
H1.HeaderClassName
{
color: #DDEC84;
}
.AnyTagClassName
{
color: #DDEC84;
}
</style>
background-color css
<style>
a { background-color: #DDEC84; }
a { background-color: rgb(221,236,132); }
div.DivClassName
{
background-color: #DDEC84;
}
.BgClassName
{
background-color: #DDEC84;
}
</style>
border-color css
<style>
span { border-color: #DDEC84; }
span { border-color: rgb(221,236,132); }
td.TdClassName
{
border-color: #DDEC84;
}
.TagClassName
{
border-color: #DDEC84;
}
</style>