Shades of Mindaro #DDEC65
Tints of Mindaro #DDEC65
RGB
CMYK
RGB Variations
Color information
#DDEC65 (or 0xDDEC65) is known color: Mindaro. HEX triplet: DD, EC and 65. RGB value is (221,236,101). Sum of RGB (Red+Green+Blue) = 221+236+101=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC65 is #22139A. Grayscale: #D8D8D8. Windows color (decimal): -2233243 or 6679773. OLE color: 6679773.
HSL color Cylindrical-coordinate representation of color #DDEC65: hue angle of 66.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDEC65 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 101 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.07 |
| HSL | 66.67º | 0.78% | 0.66% | - |
| HSV(B) | 66.67º | 0.57% | 0.93% | - |
| XYZ | 62.16 | 76.3 | 23.76 | - |
| YUV | 216.13 | 63.03 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 101 | 0.06 | 0 | 0.57 | 0.07 | 66.67 | 0.78 | 0.66 |
| Hex | DD | EC | 65 | 6 | 0 | 39 | 7 | 43 | 4E | 42 |
| Octal | 335 | 354 | 145 | 6 | 0 | 71 | 7 | 103 | 116 | 102 |
| Binary | 11011101 | 11101100 | 1100101 | 110 | 0 | 111001 | 111 | 1000011 | 1001110 | 1000010 |
Color Harmonies of #DDEC65
Complementary color
Monochromatic Colors of #DDEC65
Black with #DDEC65
Text Example
Text Example
White with #DDEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC65; }
p { color: rgb(221,236,101); }
H1.HeaderClassName
{
color: #DDEC65;
}
.AnyTagClassName
{
color: #DDEC65;
}
</style>
background-color css
<style>
a { background-color: #DDEC65; }
a { background-color: rgb(221,236,101); }
div.DivClassName
{
background-color: #DDEC65;
}
.BgClassName
{
background-color: #DDEC65;
}
</style>
border-color css
<style>
span { border-color: #DDEC65; }
span { border-color: rgb(221,236,101); }
td.TdClassName
{
border-color: #DDEC65;
}
.TagClassName
{
border-color: #DDEC65;
}
</style>