Shades of Mindaro #DDE86F
Tints of Mindaro #DDE86F
RGB
CMYK
RGB Variations
Color information
#DDE86F (or 0xDDE86F) is known color: Mindaro. HEX triplet: DD, E8 and 6F. RGB value is (221,232,111). Sum of RGB (Red+Green+Blue) = 221+232+111=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE86F is #221790. Grayscale: #D7D7D7. Windows color (decimal): -2234257 or 7334109. OLE color: 7334109.
HSL color Cylindrical-coordinate representation of color #DDE86F: hue angle of 65.45º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDE86F is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 111 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.09 |
| HSL | 65.45º | 0.72% | 0.67% | - |
| HSV(B) | 65.45º | 0.52% | 0.91% | - |
| XYZ | 61.54 | 74.23 | 26.12 | - |
| YUV | 214.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 111 | 0.05 | 0 | 0.52 | 0.09 | 65.45 | 0.72 | 0.67 |
| Hex | DD | E8 | 6F | 5 | 0 | 34 | 9 | 41 | 48 | 43 |
| Octal | 335 | 350 | 157 | 5 | 0 | 64 | 11 | 101 | 110 | 103 |
| Binary | 11011101 | 11101000 | 1101111 | 101 | 0 | 110100 | 1001 | 1000001 | 1001000 | 1000011 |
Color Harmonies of #DDE86F
Complementary color
Monochromatic Colors of #DDE86F
Black with #DDE86F
Text Example
Text Example
White with #DDE86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE86F; }
p { color: rgb(221,232,111); }
H1.HeaderClassName
{
color: #DDE86F;
}
.AnyTagClassName
{
color: #DDE86F;
}
</style>
background-color css
<style>
a { background-color: #DDE86F; }
a { background-color: rgb(221,232,111); }
div.DivClassName
{
background-color: #DDE86F;
}
.BgClassName
{
background-color: #DDE86F;
}
</style>
border-color css
<style>
span { border-color: #DDE86F; }
span { border-color: rgb(221,232,111); }
td.TdClassName
{
border-color: #DDE86F;
}
.TagClassName
{
border-color: #DDE86F;
}
</style>