Shades of Mindaro #DDE471
Tints of Mindaro #DDE471
RGB
CMYK
RGB Variations
Color information
#DDE471 (or 0xDDE471) is known color: Mindaro. HEX triplet: DD, E4 and 71. RGB value is (221,228,113). Sum of RGB (Red+Green+Blue) = 221+228+113=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE471 is #221B8E. Grayscale: #D5D5D5. Windows color (decimal): -2235279 or 7464157. OLE color: 7464157.
HSL color Cylindrical-coordinate representation of color #DDE471: hue angle of 63.65º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDE471 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 113 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.11 |
| HSL | 63.65º | 0.68% | 0.67% | - |
| HSV(B) | 63.65º | 0.5% | 0.89% | - |
| XYZ | 60.54 | 72.05 | 26.34 | - |
| YUV | 212.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 113 | 0.03 | 0 | 0.50 | 0.11 | 63.65 | 0.68 | 0.67 |
| Hex | DD | E4 | 71 | 3 | 0 | 32 | B | 40 | 44 | 43 |
| Octal | 335 | 344 | 161 | 3 | 0 | 62 | 13 | 100 | 104 | 103 |
| Binary | 11011101 | 11100100 | 1110001 | 11 | 0 | 110010 | 1011 | 1000000 | 1000100 | 1000011 |
Color Harmonies of #DDE471
Complementary color
Monochromatic Colors of #DDE471
Black with #DDE471
Text Example
Text Example
White with #DDE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE471; }
p { color: rgb(221,228,113); }
H1.HeaderClassName
{
color: #DDE471;
}
.AnyTagClassName
{
color: #DDE471;
}
</style>
background-color css
<style>
a { background-color: #DDE471; }
a { background-color: rgb(221,228,113); }
div.DivClassName
{
background-color: #DDE471;
}
.BgClassName
{
background-color: #DDE471;
}
</style>
border-color css
<style>
span { border-color: #DDE471; }
span { border-color: rgb(221,228,113); }
td.TdClassName
{
border-color: #DDE471;
}
.TagClassName
{
border-color: #DDE471;
}
</style>