Shades of Mindaro #DDEC7C
Tints of Mindaro #DDEC7C
RGB
CMYK
RGB Variations
Color information
#DDEC7C (or 0xDDEC7C) is known color: Mindaro. HEX triplet: DD, EC and 7C. RGB value is (221,236,124). Sum of RGB (Red+Green+Blue) = 221+236+124=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC7C is #221383. Grayscale: #DBDBDB. Windows color (decimal): -2233220 or 8187101. OLE color: 8187101.
HSL color Cylindrical-coordinate representation of color #DDEC7C: hue angle of 68.04º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDEC7C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 124 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.07 |
| HSL | 68.04º | 0.75% | 0.71% | - |
| HSV(B) | 68.04º | 0.47% | 0.93% | - |
| XYZ | 63.45 | 76.82 | 30.55 | - |
| YUV | 218.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 124 | 0.06 | 0 | 0.47 | 0.07 | 68.04 | 0.75 | 0.71 |
| Hex | DD | EC | 7C | 6 | 0 | 2F | 7 | 44 | 4B | 47 |
| Octal | 335 | 354 | 174 | 6 | 0 | 57 | 7 | 104 | 113 | 107 |
| Binary | 11011101 | 11101100 | 1111100 | 110 | 0 | 101111 | 111 | 1000100 | 1001011 | 1000111 |
Color Harmonies of #DDEC7C
Complementary color
Monochromatic Colors of #DDEC7C
Black with #DDEC7C
Text Example
Text Example
White with #DDEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC7C; }
p { color: rgb(221,236,124); }
H1.HeaderClassName
{
color: #DDEC7C;
}
.AnyTagClassName
{
color: #DDEC7C;
}
</style>
background-color css
<style>
a { background-color: #DDEC7C; }
a { background-color: rgb(221,236,124); }
div.DivClassName
{
background-color: #DDEC7C;
}
.BgClassName
{
background-color: #DDEC7C;
}
</style>
border-color css
<style>
span { border-color: #DDEC7C; }
span { border-color: rgb(221,236,124); }
td.TdClassName
{
border-color: #DDEC7C;
}
.TagClassName
{
border-color: #DDEC7C;
}
</style>