Shades of Mindaro #DDE865
Tints of Mindaro #DDE865
RGB
CMYK
RGB Variations
Color information
#DDE865 (or 0xDDE865) is known color: Mindaro. HEX triplet: DD, E8 and 65. RGB value is (221,232,101). Sum of RGB (Red+Green+Blue) = 221+232+101=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE865 is #22179A. Grayscale: #D6D6D6. Windows color (decimal): -2234267 or 6678749. OLE color: 6678749.
HSL color Cylindrical-coordinate representation of color #DDE865: hue angle of 65.04º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE865 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 101 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.09 |
| HSL | 65.04º | 0.74% | 0.65% | - |
| HSV(B) | 65.04º | 0.56% | 0.91% | - |
| XYZ | 61.02 | 74.02 | 23.38 | - |
| YUV | 213.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 101 | 0.05 | 0 | 0.56 | 0.09 | 65.04 | 0.74 | 0.65 |
| Hex | DD | E8 | 65 | 5 | 0 | 38 | 9 | 41 | 4A | 41 |
| Octal | 335 | 350 | 145 | 5 | 0 | 70 | 11 | 101 | 112 | 101 |
| Binary | 11011101 | 11101000 | 1100101 | 101 | 0 | 111000 | 1001 | 1000001 | 1001010 | 1000001 |
Color Harmonies of #DDE865
Complementary color
Monochromatic Colors of #DDE865
Black with #DDE865
Text Example
Text Example
White with #DDE865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE865; }
p { color: rgb(221,232,101); }
H1.HeaderClassName
{
color: #DDE865;
}
.AnyTagClassName
{
color: #DDE865;
}
</style>
background-color css
<style>
a { background-color: #DDE865; }
a { background-color: rgb(221,232,101); }
div.DivClassName
{
background-color: #DDE865;
}
.BgClassName
{
background-color: #DDE865;
}
</style>
border-color css
<style>
span { border-color: #DDE865; }
span { border-color: rgb(221,232,101); }
td.TdClassName
{
border-color: #DDE865;
}
.TagClassName
{
border-color: #DDE865;
}
</style>