Shades of Mindaro #DAE462
Tints of Mindaro #DAE462
RGB
CMYK
RGB Variations
Color information
#DAE462 (or 0xDAE462) is known color: Mindaro. HEX triplet: DA, E4 and 62. RGB value is (218,228,98). Sum of RGB (Red+Green+Blue) = 218+228+98=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE462 is #251B9D. Grayscale: #D2D2D2. Windows color (decimal): -2431902 or 6481114. OLE color: 6481114.
HSL color Cylindrical-coordinate representation of color #DAE462: hue angle of 64.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAE462 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 98 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.11 |
| HSL | 64.62º | 0.71% | 0.64% | - |
| HSV(B) | 64.62º | 0.57% | 0.89% | - |
| XYZ | 58.86 | 71.27 | 22.21 | - |
| YUV | 210.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 98 | 0.04 | 0 | 0.57 | 0.11 | 64.62 | 0.71 | 0.64 |
| Hex | DA | E4 | 62 | 4 | 0 | 39 | B | 41 | 47 | 40 |
| Octal | 332 | 344 | 142 | 4 | 0 | 71 | 13 | 101 | 107 | 100 |
| Binary | 11011010 | 11100100 | 1100010 | 100 | 0 | 111001 | 1011 | 1000001 | 1000111 | 1000000 |
Color Harmonies of #DAE462
Complementary color
Monochromatic Colors of #DAE462
Black with #DAE462
Text Example
Text Example
White with #DAE462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE462; }
p { color: rgb(218,228,98); }
H1.HeaderClassName
{
color: #DAE462;
}
.AnyTagClassName
{
color: #DAE462;
}
</style>
background-color css
<style>
a { background-color: #DAE462; }
a { background-color: rgb(218,228,98); }
div.DivClassName
{
background-color: #DAE462;
}
.BgClassName
{
background-color: #DAE462;
}
</style>
border-color css
<style>
span { border-color: #DAE462; }
span { border-color: rgb(218,228,98); }
td.TdClassName
{
border-color: #DAE462;
}
.TagClassName
{
border-color: #DAE462;
}
</style>