Shades of Mindaro #DAE472
Tints of Mindaro #DAE472
RGB
CMYK
RGB Variations
Color information
#DAE472 (or 0xDAE472) is known color: Mindaro. HEX triplet: DA, E4 and 72. RGB value is (218,228,114). Sum of RGB (Red+Green+Blue) = 218+228+114=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE472 is #251B8D. Grayscale: #D4D4D4. Windows color (decimal): -2431886 or 7529690. OLE color: 7529690.
HSL color Cylindrical-coordinate representation of color #DAE472: hue angle of 65.26º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE472 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 114 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.11 |
| HSL | 65.26º | 0.68% | 0.67% | - |
| HSV(B) | 65.26º | 0.5% | 0.89% | - |
| XYZ | 59.69 | 71.61 | 26.59 | - |
| YUV | 212.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 114 | 0.04 | 0 | 0.50 | 0.11 | 65.26 | 0.68 | 0.67 |
| Hex | DA | E4 | 72 | 4 | 0 | 32 | B | 41 | 44 | 43 |
| Octal | 332 | 344 | 162 | 4 | 0 | 62 | 13 | 101 | 104 | 103 |
| Binary | 11011010 | 11100100 | 1110010 | 100 | 0 | 110010 | 1011 | 1000001 | 1000100 | 1000011 |
Color Harmonies of #DAE472
Complementary color
Monochromatic Colors of #DAE472
Black with #DAE472
Text Example
Text Example
White with #DAE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE472; }
p { color: rgb(218,228,114); }
H1.HeaderClassName
{
color: #DAE472;
}
.AnyTagClassName
{
color: #DAE472;
}
</style>
background-color css
<style>
a { background-color: #DAE472; }
a { background-color: rgb(218,228,114); }
div.DivClassName
{
background-color: #DAE472;
}
.BgClassName
{
background-color: #DAE472;
}
</style>
border-color css
<style>
span { border-color: #DAE472; }
span { border-color: rgb(218,228,114); }
td.TdClassName
{
border-color: #DAE472;
}
.TagClassName
{
border-color: #DAE472;
}
</style>