Shades of Mindaro #DDEC83
Tints of Mindaro #DDEC83
RGB
CMYK
RGB Variations
Color information
#DDEC83 (or 0xDDEC83) is known color: Mindaro. HEX triplet: DD, EC and 83. RGB value is (221,236,131). Sum of RGB (Red+Green+Blue) = 221+236+131=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC83 is #22137C. Grayscale: #DBDBDB. Windows color (decimal): -2233213 or 8645853. OLE color: 8645853.
HSL color Cylindrical-coordinate representation of color #DDEC83: hue angle of 68.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDEC83 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 131 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.07 |
| HSL | 68.57º | 0.73% | 0.72% | - |
| HSV(B) | 68.57º | 0.44% | 0.93% | - |
| XYZ | 63.91 | 77 | 32.97 | - |
| YUV | 219.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 131 | 0.06 | 0 | 0.44 | 0.07 | 68.57 | 0.73 | 0.72 |
| Hex | DD | EC | 83 | 6 | 0 | 2C | 7 | 45 | 49 | 48 |
| Octal | 335 | 354 | 203 | 6 | 0 | 54 | 7 | 105 | 111 | 110 |
| Binary | 11011101 | 11101100 | 10000011 | 110 | 0 | 101100 | 111 | 1000101 | 1001001 | 1001000 |
Color Harmonies of #DDEC83
Complementary color
Monochromatic Colors of #DDEC83
Black with #DDEC83
Text Example
Text Example
White with #DDEC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC83; }
p { color: rgb(221,236,131); }
H1.HeaderClassName
{
color: #DDEC83;
}
.AnyTagClassName
{
color: #DDEC83;
}
</style>
background-color css
<style>
a { background-color: #DDEC83; }
a { background-color: rgb(221,236,131); }
div.DivClassName
{
background-color: #DDEC83;
}
.BgClassName
{
background-color: #DDEC83;
}
</style>
border-color css
<style>
span { border-color: #DDEC83; }
span { border-color: rgb(221,236,131); }
td.TdClassName
{
border-color: #DDEC83;
}
.TagClassName
{
border-color: #DDEC83;
}
</style>