Shades of Mindaro #DFEC6D
Tints of Mindaro #DFEC6D
RGB
CMYK
RGB Variations
Color information
#DFEC6D (or 0xDFEC6D) is known color: Mindaro. HEX triplet: DF, EC and 6D. RGB value is (223,236,109). Sum of RGB (Red+Green+Blue) = 223+236+109=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC6D is #201392. Grayscale: #DADADA. Windows color (decimal): -2102163 or 7204063. OLE color: 7204063.
HSL color Cylindrical-coordinate representation of color #DFEC6D: hue angle of 66.14º 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 #DFEC6D is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 109 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.07 |
| HSL | 66.14º | 0.77% | 0.68% | - |
| HSV(B) | 66.14º | 0.54% | 0.93% | - |
| XYZ | 63.19 | 76.78 | 25.96 | - |
| YUV | 217.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 109 | 0.06 | 0 | 0.54 | 0.07 | 66.14 | 0.77 | 0.68 |
| Hex | DF | EC | 6D | 6 | 0 | 36 | 7 | 42 | 4D | 44 |
| Octal | 337 | 354 | 155 | 6 | 0 | 66 | 7 | 102 | 115 | 104 |
| Binary | 11011111 | 11101100 | 1101101 | 110 | 0 | 110110 | 111 | 1000010 | 1001101 | 1000100 |
Color Harmonies of #DFEC6D
Complementary color
Monochromatic Colors of #DFEC6D
Black with #DFEC6D
Text Example
Text Example
White with #DFEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC6D; }
p { color: rgb(223,236,109); }
H1.HeaderClassName
{
color: #DFEC6D;
}
.AnyTagClassName
{
color: #DFEC6D;
}
</style>
background-color css
<style>
a { background-color: #DFEC6D; }
a { background-color: rgb(223,236,109); }
div.DivClassName
{
background-color: #DFEC6D;
}
.BgClassName
{
background-color: #DFEC6D;
}
</style>
border-color css
<style>
span { border-color: #DFEC6D; }
span { border-color: rgb(223,236,109); }
td.TdClassName
{
border-color: #DFEC6D;
}
.TagClassName
{
border-color: #DFEC6D;
}
</style>