Shades of Mindaro #DDEC85
Tints of Mindaro #DDEC85
RGB
CMYK
RGB Variations
Color information
#DDEC85 (or 0xDDEC85) is known color: Mindaro. HEX triplet: DD, EC and 85. RGB value is (221,236,133). Sum of RGB (Red+Green+Blue) = 221+236+133=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC85 is #22137A. Grayscale: #DCDCDC. Windows color (decimal): -2233211 or 8776925. OLE color: 8776925.
HSL color Cylindrical-coordinate representation of color #DDEC85: hue angle of 68.74º 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 #DDEC85 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 133 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.07 |
| HSL | 68.74º | 0.73% | 0.72% | - |
| HSV(B) | 68.74º | 0.44% | 0.93% | - |
| XYZ | 64.05 | 77.06 | 33.69 | - |
| YUV | 219.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 133 | 0.06 | 0 | 0.44 | 0.07 | 68.74 | 0.73 | 0.72 |
| Hex | DD | EC | 85 | 6 | 0 | 2C | 7 | 45 | 49 | 48 |
| Octal | 335 | 354 | 205 | 6 | 0 | 54 | 7 | 105 | 111 | 110 |
| Binary | 11011101 | 11101100 | 10000101 | 110 | 0 | 101100 | 111 | 1000101 | 1001001 | 1001000 |
Color Harmonies of #DDEC85
Complementary color
Monochromatic Colors of #DDEC85
Black with #DDEC85
Text Example
Text Example
White with #DDEC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC85; }
p { color: rgb(221,236,133); }
H1.HeaderClassName
{
color: #DDEC85;
}
.AnyTagClassName
{
color: #DDEC85;
}
</style>
background-color css
<style>
a { background-color: #DDEC85; }
a { background-color: rgb(221,236,133); }
div.DivClassName
{
background-color: #DDEC85;
}
.BgClassName
{
background-color: #DDEC85;
}
</style>
border-color css
<style>
span { border-color: #DDEC85; }
span { border-color: rgb(221,236,133); }
td.TdClassName
{
border-color: #DDEC85;
}
.TagClassName
{
border-color: #DDEC85;
}
</style>