Shades of Mindaro #DDE562
Tints of Mindaro #DDE562
RGB
CMYK
RGB Variations
Color information
#DDE562 (or 0xDDE562) is known color: Mindaro. HEX triplet: DD, E5 and 62. RGB value is (221,229,98). Sum of RGB (Red+Green+Blue) = 221+229+98=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE562 is #221A9D. Grayscale: #D4D4D4. Windows color (decimal): -2235038 or 6481373. OLE color: 6481373.
HSL color Cylindrical-coordinate representation of color #DDE562: hue angle of 63.66º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDE562 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 98 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.10 |
| HSL | 63.66º | 0.72% | 0.64% | - |
| HSV(B) | 63.66º | 0.57% | 0.9% | - |
| XYZ | 60.04 | 72.29 | 22.34 | - |
| YUV | 211.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 98 | 0.03 | 0 | 0.57 | 0.10 | 63.66 | 0.72 | 0.64 |
| Hex | DD | E5 | 62 | 3 | 0 | 39 | A | 40 | 48 | 40 |
| Octal | 335 | 345 | 142 | 3 | 0 | 71 | 12 | 100 | 110 | 100 |
| Binary | 11011101 | 11100101 | 1100010 | 11 | 0 | 111001 | 1010 | 1000000 | 1001000 | 1000000 |
Color Harmonies of #DDE562
Complementary color
Monochromatic Colors of #DDE562
Black with #DDE562
Text Example
Text Example
White with #DDE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE562; }
p { color: rgb(221,229,98); }
H1.HeaderClassName
{
color: #DDE562;
}
.AnyTagClassName
{
color: #DDE562;
}
</style>
background-color css
<style>
a { background-color: #DDE562; }
a { background-color: rgb(221,229,98); }
div.DivClassName
{
background-color: #DDE562;
}
.BgClassName
{
background-color: #DDE562;
}
</style>
border-color css
<style>
span { border-color: #DDE562; }
span { border-color: rgb(221,229,98); }
td.TdClassName
{
border-color: #DDE562;
}
.TagClassName
{
border-color: #DDE562;
}
</style>