Shades of Mindaro #DCEC66
Tints of Mindaro #DCEC66
RGB
CMYK
RGB Variations
Color information
#DCEC66 (or 0xDCEC66) is known color: Mindaro. HEX triplet: DC, EC and 66. RGB value is (220,236,102). Sum of RGB (Red+Green+Blue) = 220+236+102=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC66 is #231399. Grayscale: #D8D8D8. Windows color (decimal): -2298778 or 6745308. OLE color: 6745308.
HSL color Cylindrical-coordinate representation of color #DCEC66: hue angle of 67.16º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCEC66 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 102 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.07 |
| HSL | 67.16º | 0.78% | 0.66% | - |
| HSV(B) | 67.16º | 0.57% | 0.93% | - |
| XYZ | 61.91 | 76.17 | 24.01 | - |
| YUV | 215.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 102 | 0.07 | 0 | 0.57 | 0.07 | 67.16 | 0.78 | 0.66 |
| Hex | DC | EC | 66 | 7 | 0 | 39 | 7 | 43 | 4E | 42 |
| Octal | 334 | 354 | 146 | 7 | 0 | 71 | 7 | 103 | 116 | 102 |
| Binary | 11011100 | 11101100 | 1100110 | 111 | 0 | 111001 | 111 | 1000011 | 1001110 | 1000010 |
Color Harmonies of #DCEC66
Complementary color
Monochromatic Colors of #DCEC66
Black with #DCEC66
Text Example
Text Example
White with #DCEC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC66; }
p { color: rgb(220,236,102); }
H1.HeaderClassName
{
color: #DCEC66;
}
.AnyTagClassName
{
color: #DCEC66;
}
</style>
background-color css
<style>
a { background-color: #DCEC66; }
a { background-color: rgb(220,236,102); }
div.DivClassName
{
background-color: #DCEC66;
}
.BgClassName
{
background-color: #DCEC66;
}
</style>
border-color css
<style>
span { border-color: #DCEC66; }
span { border-color: rgb(220,236,102); }
td.TdClassName
{
border-color: #DCEC66;
}
.TagClassName
{
border-color: #DCEC66;
}
</style>