Shades of Mindaro #DAE26A
Tints of Mindaro #DAE26A
RGB
CMYK
RGB Variations
Color information
#DAE26A (or 0xDAE26A) is known color: Mindaro. HEX triplet: DA, E2 and 6A. RGB value is (218,226,106). Sum of RGB (Red+Green+Blue) = 218+226+106=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE26A is #251D95. Grayscale: #D2D2D2. Windows color (decimal): -2432406 or 7004890. OLE color: 7004890.
HSL color Cylindrical-coordinate representation of color #DAE26A: hue angle of 64º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE26A is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 106 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 64º | 0.67% | 0.65% | - |
| HSV(B) | 64º | 0.53% | 0.89% | - |
| XYZ | 58.71 | 70.34 | 24.12 | - |
| YUV | 209.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 106 | 0.04 | 0 | 0.53 | 0.11 | 64 | 0.67 | 0.65 |
| Hex | DA | E2 | 6A | 4 | 0 | 35 | B | 40 | 43 | 41 |
| Octal | 332 | 342 | 152 | 4 | 0 | 65 | 13 | 100 | 103 | 101 |
| Binary | 11011010 | 11100010 | 1101010 | 100 | 0 | 110101 | 1011 | 1000000 | 1000011 | 1000001 |
Color Harmonies of #DAE26A
Complementary color
Monochromatic Colors of #DAE26A
Black with #DAE26A
Text Example
Text Example
White with #DAE26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE26A; }
p { color: rgb(218,226,106); }
H1.HeaderClassName
{
color: #DAE26A;
}
.AnyTagClassName
{
color: #DAE26A;
}
</style>
background-color css
<style>
a { background-color: #DAE26A; }
a { background-color: rgb(218,226,106); }
div.DivClassName
{
background-color: #DAE26A;
}
.BgClassName
{
background-color: #DAE26A;
}
</style>
border-color css
<style>
span { border-color: #DAE26A; }
span { border-color: rgb(218,226,106); }
td.TdClassName
{
border-color: #DAE26A;
}
.TagClassName
{
border-color: #DAE26A;
}
</style>