Shades of Mindaro #DDE87C
Tints of Mindaro #DDE87C
RGB
CMYK
RGB Variations
Color information
#DDE87C (or 0xDDE87C) is known color: Mindaro. HEX triplet: DD, E8 and 7C. RGB value is (221,232,124). Sum of RGB (Red+Green+Blue) = 221+232+124=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE87C is #221783. Grayscale: #D8D8D8. Windows color (decimal): -2234244 or 8186077. OLE color: 8186077.
HSL color Cylindrical-coordinate representation of color #DDE87C: hue angle of 66.11º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDE87C is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 124 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.09 |
| HSL | 66.11º | 0.7% | 0.7% | - |
| HSV(B) | 66.11º | 0.47% | 0.91% | - |
| XYZ | 62.31 | 74.54 | 30.17 | - |
| YUV | 216.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 124 | 0.05 | 0 | 0.47 | 0.09 | 66.11 | 0.7 | 0.7 |
| Hex | DD | E8 | 7C | 5 | 0 | 2F | 9 | 42 | 46 | 46 |
| Octal | 335 | 350 | 174 | 5 | 0 | 57 | 11 | 102 | 106 | 106 |
| Binary | 11011101 | 11101000 | 1111100 | 101 | 0 | 101111 | 1001 | 1000010 | 1000110 | 1000110 |
Color Harmonies of #DDE87C
Complementary color
Monochromatic Colors of #DDE87C
Black with #DDE87C
Text Example
Text Example
White with #DDE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE87C; }
p { color: rgb(221,232,124); }
H1.HeaderClassName
{
color: #DDE87C;
}
.AnyTagClassName
{
color: #DDE87C;
}
</style>
background-color css
<style>
a { background-color: #DDE87C; }
a { background-color: rgb(221,232,124); }
div.DivClassName
{
background-color: #DDE87C;
}
.BgClassName
{
background-color: #DDE87C;
}
</style>
border-color css
<style>
span { border-color: #DDE87C; }
span { border-color: rgb(221,232,124); }
td.TdClassName
{
border-color: #DDE87C;
}
.TagClassName
{
border-color: #DDE87C;
}
</style>