Shades of Mindaro #DAE46F
Tints of Mindaro #DAE46F
RGB
CMYK
RGB Variations
Color information
#DAE46F (or 0xDAE46F) is known color: Mindaro. HEX triplet: DA, E4 and 6F. RGB value is (218,228,111). Sum of RGB (Red+Green+Blue) = 218+228+111=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE46F is #251B90. Grayscale: #D4D4D4. Windows color (decimal): -2431889 or 7333082. OLE color: 7333082.
HSL color Cylindrical-coordinate representation of color #DAE46F: hue angle of 65.13º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE46F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 111 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.11 |
| HSL | 65.13º | 0.68% | 0.66% | - |
| HSV(B) | 65.13º | 0.51% | 0.89% | - |
| XYZ | 59.53 | 71.54 | 25.71 | - |
| YUV | 211.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 111 | 0.04 | 0 | 0.51 | 0.11 | 65.13 | 0.68 | 0.66 |
| Hex | DA | E4 | 6F | 4 | 0 | 33 | B | 41 | 44 | 42 |
| Octal | 332 | 344 | 157 | 4 | 0 | 63 | 13 | 101 | 104 | 102 |
| Binary | 11011010 | 11100100 | 1101111 | 100 | 0 | 110011 | 1011 | 1000001 | 1000100 | 1000010 |
Color Harmonies of #DAE46F
Complementary color
Monochromatic Colors of #DAE46F
Black with #DAE46F
Text Example
Text Example
White with #DAE46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE46F; }
p { color: rgb(218,228,111); }
H1.HeaderClassName
{
color: #DAE46F;
}
.AnyTagClassName
{
color: #DAE46F;
}
</style>
background-color css
<style>
a { background-color: #DAE46F; }
a { background-color: rgb(218,228,111); }
div.DivClassName
{
background-color: #DAE46F;
}
.BgClassName
{
background-color: #DAE46F;
}
</style>
border-color css
<style>
span { border-color: #DAE46F; }
span { border-color: rgb(218,228,111); }
td.TdClassName
{
border-color: #DAE46F;
}
.TagClassName
{
border-color: #DAE46F;
}
</style>