Shades of Mindaro #DAEC6C
Tints of Mindaro #DAEC6C
RGB
CMYK
RGB Variations
Color information
#DAEC6C (or 0xDAEC6C) is known color: Mindaro. HEX triplet: DA, EC and 6C. RGB value is (218,236,108). Sum of RGB (Red+Green+Blue) = 218+236+108=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC6C is #251393. Grayscale: #D8D8D8. Windows color (decimal): -2429844 or 7138522. OLE color: 7138522.
HSL color Cylindrical-coordinate representation of color #DAEC6C: hue angle of 68.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAEC6C is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 108 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.07 |
| HSL | 68.44º | 0.77% | 0.67% | - |
| HSV(B) | 68.44º | 0.54% | 0.93% | - |
| XYZ | 61.62 | 75.98 | 25.61 | - |
| YUV | 216.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 108 | 0.08 | 0 | 0.54 | 0.07 | 68.44 | 0.77 | 0.67 |
| Hex | DA | EC | 6C | 8 | 0 | 36 | 7 | 44 | 4D | 43 |
| Octal | 332 | 354 | 154 | 10 | 0 | 66 | 7 | 104 | 115 | 103 |
| Binary | 11011010 | 11101100 | 1101100 | 1000 | 0 | 110110 | 111 | 1000100 | 1001101 | 1000011 |
Color Harmonies of #DAEC6C
Complementary color
Monochromatic Colors of #DAEC6C
Black with #DAEC6C
Text Example
Text Example
White with #DAEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC6C; }
p { color: rgb(218,236,108); }
H1.HeaderClassName
{
color: #DAEC6C;
}
.AnyTagClassName
{
color: #DAEC6C;
}
</style>
background-color css
<style>
a { background-color: #DAEC6C; }
a { background-color: rgb(218,236,108); }
div.DivClassName
{
background-color: #DAEC6C;
}
.BgClassName
{
background-color: #DAEC6C;
}
</style>
border-color css
<style>
span { border-color: #DAEC6C; }
span { border-color: rgb(218,236,108); }
td.TdClassName
{
border-color: #DAEC6C;
}
.TagClassName
{
border-color: #DAEC6C;
}
</style>