Shades of Mindaro #DCEC6D
Tints of Mindaro #DCEC6D
RGB
CMYK
RGB Variations
Color information
#DCEC6D (or 0xDCEC6D) is known color: Mindaro. HEX triplet: DC, EC and 6D. RGB value is (220,236,109). Sum of RGB (Red+Green+Blue) = 220+236+109=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC6D is #231392. Grayscale: #D9D9D9. Windows color (decimal): -2298771 or 7204060. OLE color: 7204060.
HSL color Cylindrical-coordinate representation of color #DCEC6D: hue angle of 67.56º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCEC6D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 109 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.07 |
| HSL | 67.56º | 0.77% | 0.68% | - |
| HSV(B) | 67.56º | 0.54% | 0.93% | - |
| XYZ | 62.27 | 76.31 | 25.92 | - |
| YUV | 216.74 | 67.2 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 109 | 0.07 | 0 | 0.54 | 0.07 | 67.56 | 0.77 | 0.68 |
| Hex | DC | EC | 6D | 7 | 0 | 36 | 7 | 44 | 4D | 44 |
| Octal | 334 | 354 | 155 | 7 | 0 | 66 | 7 | 104 | 115 | 104 |
| Binary | 11011100 | 11101100 | 1101101 | 111 | 0 | 110110 | 111 | 1000100 | 1001101 | 1000100 |
Color Harmonies of #DCEC6D
Complementary color
Monochromatic Colors of #DCEC6D
Black with #DCEC6D
Text Example
Text Example
White with #DCEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC6D; }
p { color: rgb(220,236,109); }
H1.HeaderClassName
{
color: #DCEC6D;
}
.AnyTagClassName
{
color: #DCEC6D;
}
</style>
background-color css
<style>
a { background-color: #DCEC6D; }
a { background-color: rgb(220,236,109); }
div.DivClassName
{
background-color: #DCEC6D;
}
.BgClassName
{
background-color: #DCEC6D;
}
</style>
border-color css
<style>
span { border-color: #DCEC6D; }
span { border-color: rgb(220,236,109); }
td.TdClassName
{
border-color: #DCEC6D;
}
.TagClassName
{
border-color: #DCEC6D;
}
</style>