Shades of Mindaro #DDE86C
Tints of Mindaro #DDE86C
RGB
CMYK
RGB Variations
Color information
#DDE86C (or 0xDDE86C) is known color: Mindaro. HEX triplet: DD, E8 and 6C. RGB value is (221,232,108). Sum of RGB (Red+Green+Blue) = 221+232+108=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE86C is #221793. Grayscale: #D7D7D7. Windows color (decimal): -2234260 or 7137501. OLE color: 7137501.
HSL color Cylindrical-coordinate representation of color #DDE86C: hue angle of 65.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDE86C is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 108 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.09 |
| HSL | 65.32º | 0.73% | 0.67% | - |
| HSV(B) | 65.32º | 0.53% | 0.91% | - |
| XYZ | 61.38 | 74.17 | 25.27 | - |
| YUV | 214.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 108 | 0.05 | 0 | 0.53 | 0.09 | 65.32 | 0.73 | 0.67 |
| Hex | DD | E8 | 6C | 5 | 0 | 35 | 9 | 41 | 49 | 43 |
| Octal | 335 | 350 | 154 | 5 | 0 | 65 | 11 | 101 | 111 | 103 |
| Binary | 11011101 | 11101000 | 1101100 | 101 | 0 | 110101 | 1001 | 1000001 | 1001001 | 1000011 |
Color Harmonies of #DDE86C
Complementary color
Monochromatic Colors of #DDE86C
Black with #DDE86C
Text Example
Text Example
White with #DDE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE86C; }
p { color: rgb(221,232,108); }
H1.HeaderClassName
{
color: #DDE86C;
}
.AnyTagClassName
{
color: #DDE86C;
}
</style>
background-color css
<style>
a { background-color: #DDE86C; }
a { background-color: rgb(221,232,108); }
div.DivClassName
{
background-color: #DDE86C;
}
.BgClassName
{
background-color: #DDE86C;
}
</style>
border-color css
<style>
span { border-color: #DDE86C; }
span { border-color: rgb(221,232,108); }
td.TdClassName
{
border-color: #DDE86C;
}
.TagClassName
{
border-color: #DDE86C;
}
</style>