Shades of Mindaro #DAE57C
Tints of Mindaro #DAE57C
RGB
CMYK
RGB Variations
Color information
#DAE57C (or 0xDAE57C) is known color: Mindaro. HEX triplet: DA, E5 and 7C. RGB value is (218,229,124). Sum of RGB (Red+Green+Blue) = 218+229+124=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE57C is #251A83. Grayscale: #D6D6D6. Windows color (decimal): -2431620 or 8185306. OLE color: 8185306.
HSL color Cylindrical-coordinate representation of color #DAE57C: hue angle of 66.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAE57C is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 124 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.10 |
| HSL | 66.29º | 0.67% | 0.69% | - |
| HSV(B) | 66.29º | 0.46% | 0.9% | - |
| XYZ | 60.57 | 72.4 | 29.85 | - |
| YUV | 213.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 124 | 0.05 | 0 | 0.46 | 0.10 | 66.29 | 0.67 | 0.69 |
| Hex | DA | E5 | 7C | 5 | 0 | 2E | A | 42 | 43 | 45 |
| Octal | 332 | 345 | 174 | 5 | 0 | 56 | 12 | 102 | 103 | 105 |
| Binary | 11011010 | 11100101 | 1111100 | 101 | 0 | 101110 | 1010 | 1000010 | 1000011 | 1000101 |
Color Harmonies of #DAE57C
Complementary color
Monochromatic Colors of #DAE57C
Black with #DAE57C
Text Example
Text Example
White with #DAE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE57C; }
p { color: rgb(218,229,124); }
H1.HeaderClassName
{
color: #DAE57C;
}
.AnyTagClassName
{
color: #DAE57C;
}
</style>
background-color css
<style>
a { background-color: #DAE57C; }
a { background-color: rgb(218,229,124); }
div.DivClassName
{
background-color: #DAE57C;
}
.BgClassName
{
background-color: #DAE57C;
}
</style>
border-color css
<style>
span { border-color: #DAE57C; }
span { border-color: rgb(218,229,124); }
td.TdClassName
{
border-color: #DAE57C;
}
.TagClassName
{
border-color: #DAE57C;
}
</style>