Shades of Mindaro #DDE47D
Tints of Mindaro #DDE47D
RGB
CMYK
RGB Variations
Color information
#DDE47D (or 0xDDE47D) is known color: Mindaro. HEX triplet: DD, E4 and 7D. RGB value is (221,228,125). Sum of RGB (Red+Green+Blue) = 221+228+125=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE47D is #221B82. Grayscale: #D6D6D6. Windows color (decimal): -2235267 or 8250589. OLE color: 8250589.
HSL color Cylindrical-coordinate representation of color #DDE47D: hue angle of 64.08º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDE47D is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 125 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.11 |
| HSL | 64.08º | 0.66% | 0.69% | - |
| HSV(B) | 64.08º | 0.45% | 0.89% | - |
| XYZ | 61.26 | 72.34 | 30.14 | - |
| YUV | 214.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 125 | 0.03 | 0 | 0.45 | 0.11 | 64.08 | 0.66 | 0.69 |
| Hex | DD | E4 | 7D | 3 | 0 | 2D | B | 40 | 42 | 45 |
| Octal | 335 | 344 | 175 | 3 | 0 | 55 | 13 | 100 | 102 | 105 |
| Binary | 11011101 | 11100100 | 1111101 | 11 | 0 | 101101 | 1011 | 1000000 | 1000010 | 1000101 |
Color Harmonies of #DDE47D
Complementary color
Monochromatic Colors of #DDE47D
Black with #DDE47D
Text Example
Text Example
White with #DDE47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE47D; }
p { color: rgb(221,228,125); }
H1.HeaderClassName
{
color: #DDE47D;
}
.AnyTagClassName
{
color: #DDE47D;
}
</style>
background-color css
<style>
a { background-color: #DDE47D; }
a { background-color: rgb(221,228,125); }
div.DivClassName
{
background-color: #DDE47D;
}
.BgClassName
{
background-color: #DDE47D;
}
</style>
border-color css
<style>
span { border-color: #DDE47D; }
span { border-color: rgb(221,228,125); }
td.TdClassName
{
border-color: #DDE47D;
}
.TagClassName
{
border-color: #DDE47D;
}
</style>