Shades of Mindaro #DAE460
Tints of Mindaro #DAE460
RGB
CMYK
RGB Variations
Color information
#DAE460 (or 0xDAE460) is known color: Mindaro. HEX triplet: DA, E4 and 60. RGB value is (218,228,96). Sum of RGB (Red+Green+Blue) = 218+228+96=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE460 is #251B9F. Grayscale: #D2D2D2. Windows color (decimal): -2431904 or 6350042. OLE color: 6350042.
HSL color Cylindrical-coordinate representation of color #DAE460: hue angle of 64.55º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE460 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 96 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.11 |
| HSL | 64.55º | 0.71% | 0.64% | - |
| HSV(B) | 64.55º | 0.58% | 0.89% | - |
| XYZ | 58.77 | 71.24 | 21.72 | - |
| YUV | 209.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 96 | 0.04 | 0 | 0.58 | 0.11 | 64.55 | 0.71 | 0.64 |
| Hex | DA | E4 | 60 | 4 | 0 | 3A | B | 41 | 47 | 40 |
| Octal | 332 | 344 | 140 | 4 | 0 | 72 | 13 | 101 | 107 | 100 |
| Binary | 11011010 | 11100100 | 1100000 | 100 | 0 | 111010 | 1011 | 1000001 | 1000111 | 1000000 |
Color Harmonies of #DAE460
Complementary color
Monochromatic Colors of #DAE460
Black with #DAE460
Text Example
Text Example
White with #DAE460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE460; }
p { color: rgb(218,228,96); }
H1.HeaderClassName
{
color: #DAE460;
}
.AnyTagClassName
{
color: #DAE460;
}
</style>
background-color css
<style>
a { background-color: #DAE460; }
a { background-color: rgb(218,228,96); }
div.DivClassName
{
background-color: #DAE460;
}
.BgClassName
{
background-color: #DAE460;
}
</style>
border-color css
<style>
span { border-color: #DAE460; }
span { border-color: rgb(218,228,96); }
td.TdClassName
{
border-color: #DAE460;
}
.TagClassName
{
border-color: #DAE460;
}
</style>