Shades of Mindaro #DAE262
Tints of Mindaro #DAE262
RGB
CMYK
RGB Variations
Color information
#DAE262 (or 0xDAE262) is known color: Mindaro. HEX triplet: DA, E2 and 62. RGB value is (218,226,98). Sum of RGB (Red+Green+Blue) = 218+226+98=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE262 is #251D9D. Grayscale: #D1D1D1. Windows color (decimal): -2432414 or 6480602. OLE color: 6480602.
HSL color Cylindrical-coordinate representation of color #DAE262: hue angle of 63.75º degrees, saturation: 0.69, 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 #DAE262 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 98 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.11 |
| HSL | 63.75º | 0.69% | 0.64% | - |
| HSV(B) | 63.75º | 0.57% | 0.89% | - |
| XYZ | 58.31 | 70.18 | 22.03 | - |
| YUV | 209.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 98 | 0.04 | 0 | 0.57 | 0.11 | 63.75 | 0.69 | 0.64 |
| Hex | DA | E2 | 62 | 4 | 0 | 39 | B | 40 | 45 | 40 |
| Octal | 332 | 342 | 142 | 4 | 0 | 71 | 13 | 100 | 105 | 100 |
| Binary | 11011010 | 11100010 | 1100010 | 100 | 0 | 111001 | 1011 | 1000000 | 1000101 | 1000000 |
Color Harmonies of #DAE262
Complementary color
Monochromatic Colors of #DAE262
Black with #DAE262
Text Example
Text Example
White with #DAE262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE262; }
p { color: rgb(218,226,98); }
H1.HeaderClassName
{
color: #DAE262;
}
.AnyTagClassName
{
color: #DAE262;
}
</style>
background-color css
<style>
a { background-color: #DAE262; }
a { background-color: rgb(218,226,98); }
div.DivClassName
{
background-color: #DAE262;
}
.BgClassName
{
background-color: #DAE262;
}
</style>
border-color css
<style>
span { border-color: #DAE262; }
span { border-color: rgb(218,226,98); }
td.TdClassName
{
border-color: #DAE262;
}
.TagClassName
{
border-color: #DAE262;
}
</style>