Shades of Mindaro #DDEC63
Tints of Mindaro #DDEC63
RGB
CMYK
RGB Variations
Color information
#DDEC63 (or 0xDDEC63) is known color: Mindaro. HEX triplet: DD, EC and 63. RGB value is (221,236,99). Sum of RGB (Red+Green+Blue) = 221+236+99=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC63 is #22139C. Grayscale: #D8D8D8. Windows color (decimal): -2233245 or 6548701. OLE color: 6548701.
HSL color Cylindrical-coordinate representation of color #DDEC63: hue angle of 66.57º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDEC63 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 99 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.07 |
| HSL | 66.57º | 0.78% | 0.66% | - |
| HSV(B) | 66.57º | 0.58% | 0.93% | - |
| XYZ | 62.07 | 76.26 | 23.25 | - |
| YUV | 215.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 99 | 0.06 | 0 | 0.58 | 0.07 | 66.57 | 0.78 | 0.66 |
| Hex | DD | EC | 63 | 6 | 0 | 3A | 7 | 43 | 4E | 42 |
| Octal | 335 | 354 | 143 | 6 | 0 | 72 | 7 | 103 | 116 | 102 |
| Binary | 11011101 | 11101100 | 1100011 | 110 | 0 | 111010 | 111 | 1000011 | 1001110 | 1000010 |
Color Harmonies of #DDEC63
Complementary color
Monochromatic Colors of #DDEC63
Black with #DDEC63
Text Example
Text Example
White with #DDEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC63; }
p { color: rgb(221,236,99); }
H1.HeaderClassName
{
color: #DDEC63;
}
.AnyTagClassName
{
color: #DDEC63;
}
</style>
background-color css
<style>
a { background-color: #DDEC63; }
a { background-color: rgb(221,236,99); }
div.DivClassName
{
background-color: #DDEC63;
}
.BgClassName
{
background-color: #DDEC63;
}
</style>
border-color css
<style>
span { border-color: #DDEC63; }
span { border-color: rgb(221,236,99); }
td.TdClassName
{
border-color: #DDEC63;
}
.TagClassName
{
border-color: #DDEC63;
}
</style>