Shades of Mindaro #DCEC86
Tints of Mindaro #DCEC86
RGB
CMYK
RGB Variations
Color information
#DCEC86 (or 0xDCEC86) is known color: Mindaro. HEX triplet: DC, EC and 86. RGB value is (220,236,134). Sum of RGB (Red+Green+Blue) = 220+236+134=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC86 is #231379. Grayscale: #DBDBDB. Windows color (decimal): -2298746 or 8842460. OLE color: 8842460.
HSL color Cylindrical-coordinate representation of color #DCEC86: hue angle of 69.41º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCEC86 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 134 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.07 |
| HSL | 69.41º | 0.73% | 0.73% | - |
| HSV(B) | 69.41º | 0.43% | 0.93% | - |
| XYZ | 63.81 | 76.93 | 34.04 | - |
| YUV | 219.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 134 | 0.07 | 0 | 0.43 | 0.07 | 69.41 | 0.73 | 0.73 |
| Hex | DC | EC | 86 | 7 | 0 | 2B | 7 | 45 | 49 | 49 |
| Octal | 334 | 354 | 206 | 7 | 0 | 53 | 7 | 105 | 111 | 111 |
| Binary | 11011100 | 11101100 | 10000110 | 111 | 0 | 101011 | 111 | 1000101 | 1001001 | 1001001 |
Color Harmonies of #DCEC86
Complementary color
Monochromatic Colors of #DCEC86
Black with #DCEC86
Text Example
Text Example
White with #DCEC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC86; }
p { color: rgb(220,236,134); }
H1.HeaderClassName
{
color: #DCEC86;
}
.AnyTagClassName
{
color: #DCEC86;
}
</style>
background-color css
<style>
a { background-color: #DCEC86; }
a { background-color: rgb(220,236,134); }
div.DivClassName
{
background-color: #DCEC86;
}
.BgClassName
{
background-color: #DCEC86;
}
</style>
border-color css
<style>
span { border-color: #DCEC86; }
span { border-color: rgb(220,236,134); }
td.TdClassName
{
border-color: #DCEC86;
}
.TagClassName
{
border-color: #DCEC86;
}
</style>