Shades of Mindaro #DAE269
Tints of Mindaro #DAE269
RGB
CMYK
RGB Variations
Color information
#DAE269 (or 0xDAE269) is known color: Mindaro. HEX triplet: DA, E2 and 69. RGB value is (218,226,105). Sum of RGB (Red+Green+Blue) = 218+226+105=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE269 is #251D96. Grayscale: #D2D2D2. Windows color (decimal): -2432407 or 6939354. OLE color: 6939354.
HSL color Cylindrical-coordinate representation of color #DAE269: hue angle of 63.97º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAE269 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 105 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.11 |
| HSL | 63.97º | 0.68% | 0.65% | - |
| HSV(B) | 63.97º | 0.54% | 0.89% | - |
| XYZ | 58.66 | 70.32 | 23.85 | - |
| YUV | 209.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 105 | 0.04 | 0 | 0.54 | 0.11 | 63.97 | 0.68 | 0.65 |
| Hex | DA | E2 | 69 | 4 | 0 | 36 | B | 40 | 44 | 41 |
| Octal | 332 | 342 | 151 | 4 | 0 | 66 | 13 | 100 | 104 | 101 |
| Binary | 11011010 | 11100010 | 1101001 | 100 | 0 | 110110 | 1011 | 1000000 | 1000100 | 1000001 |
Color Harmonies of #DAE269
Complementary color
Monochromatic Colors of #DAE269
Black with #DAE269
Text Example
Text Example
White with #DAE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE269; }
p { color: rgb(218,226,105); }
H1.HeaderClassName
{
color: #DAE269;
}
.AnyTagClassName
{
color: #DAE269;
}
</style>
background-color css
<style>
a { background-color: #DAE269; }
a { background-color: rgb(218,226,105); }
div.DivClassName
{
background-color: #DAE269;
}
.BgClassName
{
background-color: #DAE269;
}
</style>
border-color css
<style>
span { border-color: #DAE269; }
span { border-color: rgb(218,226,105); }
td.TdClassName
{
border-color: #DAE269;
}
.TagClassName
{
border-color: #DAE269;
}
</style>