Shades of Mindaro #DDE871
Tints of Mindaro #DDE871
RGB
CMYK
RGB Variations
Color information
#DDE871 (or 0xDDE871) is known color: Mindaro. HEX triplet: DD, E8 and 71. RGB value is (221,232,113). Sum of RGB (Red+Green+Blue) = 221+232+113=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE871 is #22178E. Grayscale: #D7D7D7. Windows color (decimal): -2234255 or 7465181. OLE color: 7465181.
HSL color Cylindrical-coordinate representation of color #DDE871: hue angle of 65.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDE871 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 113 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.09 |
| HSL | 65.55º | 0.72% | 0.68% | - |
| HSV(B) | 65.55º | 0.51% | 0.91% | - |
| XYZ | 61.66 | 74.28 | 26.71 | - |
| YUV | 215.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 113 | 0.05 | 0 | 0.51 | 0.09 | 65.55 | 0.72 | 0.68 |
| Hex | DD | E8 | 71 | 5 | 0 | 33 | 9 | 42 | 48 | 44 |
| Octal | 335 | 350 | 161 | 5 | 0 | 63 | 11 | 102 | 110 | 104 |
| Binary | 11011101 | 11101000 | 1110001 | 101 | 0 | 110011 | 1001 | 1000010 | 1001000 | 1000100 |
Color Harmonies of #DDE871
Complementary color
Monochromatic Colors of #DDE871
Black with #DDE871
Text Example
Text Example
White with #DDE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE871; }
p { color: rgb(221,232,113); }
H1.HeaderClassName
{
color: #DDE871;
}
.AnyTagClassName
{
color: #DDE871;
}
</style>
background-color css
<style>
a { background-color: #DDE871; }
a { background-color: rgb(221,232,113); }
div.DivClassName
{
background-color: #DDE871;
}
.BgClassName
{
background-color: #DDE871;
}
</style>
border-color css
<style>
span { border-color: #DDE871; }
span { border-color: rgb(221,232,113); }
td.TdClassName
{
border-color: #DDE871;
}
.TagClassName
{
border-color: #DDE871;
}
</style>