Shades of Mindaro #DDE564
Tints of Mindaro #DDE564
RGB
CMYK
RGB Variations
Color information
#DDE564 (or 0xDDE564) is known color: Mindaro. HEX triplet: DD, E5 and 64. RGB value is (221,229,100). Sum of RGB (Red+Green+Blue) = 221+229+100=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE564 is #221A9B. Grayscale: #D4D4D4. Windows color (decimal): -2235036 or 6612445. OLE color: 6612445.
HSL color Cylindrical-coordinate representation of color #DDE564: hue angle of 63.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE564 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 100 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.10 |
| HSL | 63.72º | 0.71% | 0.65% | - |
| HSV(B) | 63.72º | 0.56% | 0.9% | - |
| XYZ | 60.14 | 72.33 | 22.85 | - |
| YUV | 211.9 | 64.85 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 100 | 0.03 | 0 | 0.56 | 0.10 | 63.72 | 0.71 | 0.65 |
| Hex | DD | E5 | 64 | 3 | 0 | 38 | A | 40 | 47 | 41 |
| Octal | 335 | 345 | 144 | 3 | 0 | 70 | 12 | 100 | 107 | 101 |
| Binary | 11011101 | 11100101 | 1100100 | 11 | 0 | 111000 | 1010 | 1000000 | 1000111 | 1000001 |
Color Harmonies of #DDE564
Complementary color
Monochromatic Colors of #DDE564
Black with #DDE564
Text Example
Text Example
White with #DDE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE564; }
p { color: rgb(221,229,100); }
H1.HeaderClassName
{
color: #DDE564;
}
.AnyTagClassName
{
color: #DDE564;
}
</style>
background-color css
<style>
a { background-color: #DDE564; }
a { background-color: rgb(221,229,100); }
div.DivClassName
{
background-color: #DDE564;
}
.BgClassName
{
background-color: #DDE564;
}
</style>
border-color css
<style>
span { border-color: #DDE564; }
span { border-color: rgb(221,229,100); }
td.TdClassName
{
border-color: #DDE564;
}
.TagClassName
{
border-color: #DDE564;
}
</style>