Shades of Mindaro #DDE565
Tints of Mindaro #DDE565
RGB
CMYK
RGB Variations
Color information
#DDE565 (or 0xDDE565) is known color: Mindaro. HEX triplet: DD, E5 and 65. RGB value is (221,229,101). Sum of RGB (Red+Green+Blue) = 221+229+101=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE565 is #221A9A. Grayscale: #D4D4D4. Windows color (decimal): -2235035 or 6677981. OLE color: 6677981.
HSL color Cylindrical-coordinate representation of color #DDE565: hue angle of 63.75º 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 #DDE565 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 101 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.10 |
| HSL | 63.75º | 0.71% | 0.65% | - |
| HSV(B) | 63.75º | 0.56% | 0.9% | - |
| XYZ | 60.19 | 72.35 | 23.1 | - |
| YUV | 212.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 101 | 0.03 | 0 | 0.56 | 0.10 | 63.75 | 0.71 | 0.65 |
| Hex | DD | E5 | 65 | 3 | 0 | 38 | A | 40 | 47 | 41 |
| Octal | 335 | 345 | 145 | 3 | 0 | 70 | 12 | 100 | 107 | 101 |
| Binary | 11011101 | 11100101 | 1100101 | 11 | 0 | 111000 | 1010 | 1000000 | 1000111 | 1000001 |
Color Harmonies of #DDE565
Complementary color
Monochromatic Colors of #DDE565
Black with #DDE565
Text Example
Text Example
White with #DDE565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE565; }
p { color: rgb(221,229,101); }
H1.HeaderClassName
{
color: #DDE565;
}
.AnyTagClassName
{
color: #DDE565;
}
</style>
background-color css
<style>
a { background-color: #DDE565; }
a { background-color: rgb(221,229,101); }
div.DivClassName
{
background-color: #DDE565;
}
.BgClassName
{
background-color: #DDE565;
}
</style>
border-color css
<style>
span { border-color: #DDE565; }
span { border-color: rgb(221,229,101); }
td.TdClassName
{
border-color: #DDE565;
}
.TagClassName
{
border-color: #DDE565;
}
</style>