Shades of Mindaro #DCEC6B
Tints of Mindaro #DCEC6B
RGB
CMYK
RGB Variations
Color information
#DCEC6B (or 0xDCEC6B) is known color: Mindaro. HEX triplet: DC, EC and 6B. RGB value is (220,236,107). Sum of RGB (Red+Green+Blue) = 220+236+107=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC6B is #231394. Grayscale: #D9D9D9. Windows color (decimal): -2298773 or 7072988. OLE color: 7072988.
HSL color Cylindrical-coordinate representation of color #DCEC6B: hue angle of 67.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCEC6B is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 107 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.07 |
| HSL | 67.44º | 0.77% | 0.67% | - |
| HSV(B) | 67.44º | 0.55% | 0.93% | - |
| XYZ | 62.16 | 76.27 | 25.35 | - |
| YUV | 216.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 107 | 0.07 | 0 | 0.55 | 0.07 | 67.44 | 0.77 | 0.67 |
| Hex | DC | EC | 6B | 7 | 0 | 37 | 7 | 43 | 4D | 43 |
| Octal | 334 | 354 | 153 | 7 | 0 | 67 | 7 | 103 | 115 | 103 |
| Binary | 11011100 | 11101100 | 1101011 | 111 | 0 | 110111 | 111 | 1000011 | 1001101 | 1000011 |
Color Harmonies of #DCEC6B
Complementary color
Monochromatic Colors of #DCEC6B
Black with #DCEC6B
Text Example
Text Example
White with #DCEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC6B; }
p { color: rgb(220,236,107); }
H1.HeaderClassName
{
color: #DCEC6B;
}
.AnyTagClassName
{
color: #DCEC6B;
}
</style>
background-color css
<style>
a { background-color: #DCEC6B; }
a { background-color: rgb(220,236,107); }
div.DivClassName
{
background-color: #DCEC6B;
}
.BgClassName
{
background-color: #DCEC6B;
}
</style>
border-color css
<style>
span { border-color: #DCEC6B; }
span { border-color: rgb(220,236,107); }
td.TdClassName
{
border-color: #DCEC6B;
}
.TagClassName
{
border-color: #DCEC6B;
}
</style>