Shades of Mindaro #DAE473
Tints of Mindaro #DAE473
RGB
CMYK
RGB Variations
Color information
#DAE473 (or 0xDAE473) is known color: Mindaro. HEX triplet: DA, E4 and 73. RGB value is (218,228,115). Sum of RGB (Red+Green+Blue) = 218+228+115=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE473 is #251B8C. Grayscale: #D4D4D4. Windows color (decimal): -2431885 or 7595226. OLE color: 7595226.
HSL color Cylindrical-coordinate representation of color #DAE473: hue angle of 65.31º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE473 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 115 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.11 |
| HSL | 65.31º | 0.68% | 0.67% | - |
| HSV(B) | 65.31º | 0.5% | 0.89% | - |
| XYZ | 59.75 | 71.63 | 26.9 | - |
| YUV | 212.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 115 | 0.04 | 0 | 0.50 | 0.11 | 65.31 | 0.68 | 0.67 |
| Hex | DA | E4 | 73 | 4 | 0 | 32 | B | 41 | 44 | 43 |
| Octal | 332 | 344 | 163 | 4 | 0 | 62 | 13 | 101 | 104 | 103 |
| Binary | 11011010 | 11100100 | 1110011 | 100 | 0 | 110010 | 1011 | 1000001 | 1000100 | 1000011 |
Color Harmonies of #DAE473
Complementary color
Monochromatic Colors of #DAE473
Black with #DAE473
Text Example
Text Example
White with #DAE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE473; }
p { color: rgb(218,228,115); }
H1.HeaderClassName
{
color: #DAE473;
}
.AnyTagClassName
{
color: #DAE473;
}
</style>
background-color css
<style>
a { background-color: #DAE473; }
a { background-color: rgb(218,228,115); }
div.DivClassName
{
background-color: #DAE473;
}
.BgClassName
{
background-color: #DAE473;
}
</style>
border-color css
<style>
span { border-color: #DAE473; }
span { border-color: rgb(218,228,115); }
td.TdClassName
{
border-color: #DAE473;
}
.TagClassName
{
border-color: #DAE473;
}
</style>