Shades of Mindaro #DAE571
Tints of Mindaro #DAE571
RGB
CMYK
RGB Variations
Color information
#DAE571 (or 0xDAE571) is known color: Mindaro. HEX triplet: DA, E5 and 71. RGB value is (218,229,113). Sum of RGB (Red+Green+Blue) = 218+229+113=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE571 is #251A8E. Grayscale: #D4D4D4. Windows color (decimal): -2431631 or 7464410. OLE color: 7464410.
HSL color Cylindrical-coordinate representation of color #DAE571: hue angle of 65.69º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE571 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 113 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.10 |
| HSL | 65.69º | 0.69% | 0.67% | - |
| HSV(B) | 65.69º | 0.51% | 0.9% | - |
| XYZ | 59.91 | 72.14 | 26.39 | - |
| YUV | 212.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 113 | 0.05 | 0 | 0.51 | 0.10 | 65.69 | 0.69 | 0.67 |
| Hex | DA | E5 | 71 | 5 | 0 | 33 | A | 42 | 45 | 43 |
| Octal | 332 | 345 | 161 | 5 | 0 | 63 | 12 | 102 | 105 | 103 |
| Binary | 11011010 | 11100101 | 1110001 | 101 | 0 | 110011 | 1010 | 1000010 | 1000101 | 1000011 |
Color Harmonies of #DAE571
Complementary color
Monochromatic Colors of #DAE571
Black with #DAE571
Text Example
Text Example
White with #DAE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE571; }
p { color: rgb(218,229,113); }
H1.HeaderClassName
{
color: #DAE571;
}
.AnyTagClassName
{
color: #DAE571;
}
</style>
background-color css
<style>
a { background-color: #DAE571; }
a { background-color: rgb(218,229,113); }
div.DivClassName
{
background-color: #DAE571;
}
.BgClassName
{
background-color: #DAE571;
}
</style>
border-color css
<style>
span { border-color: #DAE571; }
span { border-color: rgb(218,229,113); }
td.TdClassName
{
border-color: #DAE571;
}
.TagClassName
{
border-color: #DAE571;
}
</style>