Shades of Mindaro #DCEC71
Tints of Mindaro #DCEC71
RGB
CMYK
RGB Variations
Color information
#DCEC71 (or 0xDCEC71) is known color: Mindaro. HEX triplet: DC, EC and 71. RGB value is (220,236,113). Sum of RGB (Red+Green+Blue) = 220+236+113=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC71 is #23138E. Grayscale: #D9D9D9. Windows color (decimal): -2298767 or 7466204. OLE color: 7466204.
HSL color Cylindrical-coordinate representation of color #DCEC71: hue angle of 67.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCEC71 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 113 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.07 |
| HSL | 67.8º | 0.76% | 0.68% | - |
| HSV(B) | 67.8º | 0.52% | 0.93% | - |
| XYZ | 62.49 | 76.4 | 27.08 | - |
| YUV | 217.19 | 69.2 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 113 | 0.07 | 0 | 0.52 | 0.07 | 67.8 | 0.76 | 0.68 |
| Hex | DC | EC | 71 | 7 | 0 | 34 | 7 | 44 | 4C | 44 |
| Octal | 334 | 354 | 161 | 7 | 0 | 64 | 7 | 104 | 114 | 104 |
| Binary | 11011100 | 11101100 | 1110001 | 111 | 0 | 110100 | 111 | 1000100 | 1001100 | 1000100 |
Color Harmonies of #DCEC71
Complementary color
Monochromatic Colors of #DCEC71
Black with #DCEC71
Text Example
Text Example
White with #DCEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC71; }
p { color: rgb(220,236,113); }
H1.HeaderClassName
{
color: #DCEC71;
}
.AnyTagClassName
{
color: #DCEC71;
}
</style>
background-color css
<style>
a { background-color: #DCEC71; }
a { background-color: rgb(220,236,113); }
div.DivClassName
{
background-color: #DCEC71;
}
.BgClassName
{
background-color: #DCEC71;
}
</style>
border-color css
<style>
span { border-color: #DCEC71; }
span { border-color: rgb(220,236,113); }
td.TdClassName
{
border-color: #DCEC71;
}
.TagClassName
{
border-color: #DCEC71;
}
</style>