Shades of Mindaro #DDE87D
Tints of Mindaro #DDE87D
RGB
CMYK
RGB Variations
Color information
#DDE87D (or 0xDDE87D) is known color: Mindaro. HEX triplet: DD, E8 and 7D. RGB value is (221,232,125). Sum of RGB (Red+Green+Blue) = 221+232+125=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE87D is #221782. Grayscale: #D8D8D8. Windows color (decimal): -2234243 or 8251613. OLE color: 8251613.
HSL color Cylindrical-coordinate representation of color #DDE87D: hue angle of 66.17º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDE87D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 125 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.09 |
| HSL | 66.17º | 0.7% | 0.7% | - |
| HSV(B) | 66.17º | 0.46% | 0.91% | - |
| XYZ | 62.38 | 74.57 | 30.51 | - |
| YUV | 216.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 125 | 0.05 | 0 | 0.46 | 0.09 | 66.17 | 0.7 | 0.7 |
| Hex | DD | E8 | 7D | 5 | 0 | 2E | 9 | 42 | 46 | 46 |
| Octal | 335 | 350 | 175 | 5 | 0 | 56 | 11 | 102 | 106 | 106 |
| Binary | 11011101 | 11101000 | 1111101 | 101 | 0 | 101110 | 1001 | 1000010 | 1000110 | 1000110 |
Color Harmonies of #DDE87D
Complementary color
Monochromatic Colors of #DDE87D
Black with #DDE87D
Text Example
Text Example
White with #DDE87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE87D; }
p { color: rgb(221,232,125); }
H1.HeaderClassName
{
color: #DDE87D;
}
.AnyTagClassName
{
color: #DDE87D;
}
</style>
background-color css
<style>
a { background-color: #DDE87D; }
a { background-color: rgb(221,232,125); }
div.DivClassName
{
background-color: #DDE87D;
}
.BgClassName
{
background-color: #DDE87D;
}
</style>
border-color css
<style>
span { border-color: #DDE87D; }
span { border-color: rgb(221,232,125); }
td.TdClassName
{
border-color: #DDE87D;
}
.TagClassName
{
border-color: #DDE87D;
}
</style>