Shades of Mindaro #DAE37C
Tints of Mindaro #DAE37C
RGB
CMYK
RGB Variations
Color information
#DAE37C (or 0xDAE37C) is known color: Mindaro. HEX triplet: DA, E3 and 7C. RGB value is (218,227,124). Sum of RGB (Red+Green+Blue) = 218+227+124=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE37C is #251C83. Grayscale: #D4D4D4. Windows color (decimal): -2432132 or 8184794. OLE color: 8184794.
HSL color Cylindrical-coordinate representation of color #DAE37C: hue angle of 65.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE37C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 124 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.11 |
| HSL | 65.24º | 0.65% | 0.69% | - |
| HSV(B) | 65.24º | 0.45% | 0.89% | - |
| XYZ | 60.02 | 71.3 | 29.67 | - |
| YUV | 212.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 124 | 0.04 | 0 | 0.45 | 0.11 | 65.24 | 0.65 | 0.69 |
| Hex | DA | E3 | 7C | 4 | 0 | 2D | B | 41 | 41 | 45 |
| Octal | 332 | 343 | 174 | 4 | 0 | 55 | 13 | 101 | 101 | 105 |
| Binary | 11011010 | 11100011 | 1111100 | 100 | 0 | 101101 | 1011 | 1000001 | 1000001 | 1000101 |
Color Harmonies of #DAE37C
Complementary color
Monochromatic Colors of #DAE37C
Black with #DAE37C
Text Example
Text Example
White with #DAE37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE37C; }
p { color: rgb(218,227,124); }
H1.HeaderClassName
{
color: #DAE37C;
}
.AnyTagClassName
{
color: #DAE37C;
}
</style>
background-color css
<style>
a { background-color: #DAE37C; }
a { background-color: rgb(218,227,124); }
div.DivClassName
{
background-color: #DAE37C;
}
.BgClassName
{
background-color: #DAE37C;
}
</style>
border-color css
<style>
span { border-color: #DAE37C; }
span { border-color: rgb(218,227,124); }
td.TdClassName
{
border-color: #DAE37C;
}
.TagClassName
{
border-color: #DAE37C;
}
</style>