Shades of Mindaro #DDE87B
Tints of Mindaro #DDE87B
RGB
CMYK
RGB Variations
Color information
#DDE87B (or 0xDDE87B) is known color: Mindaro. HEX triplet: DD, E8 and 7B. RGB value is (221,232,123). Sum of RGB (Red+Green+Blue) = 221+232+123=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE87B is #221784. Grayscale: #D8D8D8. Windows color (decimal): -2234245 or 8120541. OLE color: 8120541.
HSL color Cylindrical-coordinate representation of color #DDE87B: hue angle of 66.06º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDE87B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 123 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.09 |
| HSL | 66.06º | 0.7% | 0.7% | - |
| HSV(B) | 66.06º | 0.47% | 0.91% | - |
| XYZ | 62.25 | 74.52 | 29.84 | - |
| YUV | 216.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 123 | 0.05 | 0 | 0.47 | 0.09 | 66.06 | 0.7 | 0.7 |
| Hex | DD | E8 | 7B | 5 | 0 | 2F | 9 | 42 | 46 | 46 |
| Octal | 335 | 350 | 173 | 5 | 0 | 57 | 11 | 102 | 106 | 106 |
| Binary | 11011101 | 11101000 | 1111011 | 101 | 0 | 101111 | 1001 | 1000010 | 1000110 | 1000110 |
Color Harmonies of #DDE87B
Complementary color
Monochromatic Colors of #DDE87B
Black with #DDE87B
Text Example
Text Example
White with #DDE87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE87B; }
p { color: rgb(221,232,123); }
H1.HeaderClassName
{
color: #DDE87B;
}
.AnyTagClassName
{
color: #DDE87B;
}
</style>
background-color css
<style>
a { background-color: #DDE87B; }
a { background-color: rgb(221,232,123); }
div.DivClassName
{
background-color: #DDE87B;
}
.BgClassName
{
background-color: #DDE87B;
}
</style>
border-color css
<style>
span { border-color: #DDE87B; }
span { border-color: rgb(221,232,123); }
td.TdClassName
{
border-color: #DDE87B;
}
.TagClassName
{
border-color: #DDE87B;
}
</style>