Shades of Mindaro #DAE37D
Tints of Mindaro #DAE37D
RGB
CMYK
RGB Variations
Color information
#DAE37D (or 0xDAE37D) is known color: Mindaro. HEX triplet: DA, E3 and 7D. RGB value is (218,227,125). Sum of RGB (Red+Green+Blue) = 218+227+125=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE37D is #251C82. Grayscale: #D5D5D5. Windows color (decimal): -2432131 or 8250330. OLE color: 8250330.
HSL color Cylindrical-coordinate representation of color #DAE37D: hue angle of 65.29º 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 #DAE37D is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 125 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.11 |
| HSL | 65.29º | 0.65% | 0.69% | - |
| HSV(B) | 65.29º | 0.45% | 0.89% | - |
| XYZ | 60.08 | 71.32 | 30 | - |
| YUV | 212.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 125 | 0.04 | 0 | 0.45 | 0.11 | 65.29 | 0.65 | 0.69 |
| Hex | DA | E3 | 7D | 4 | 0 | 2D | B | 41 | 41 | 45 |
| Octal | 332 | 343 | 175 | 4 | 0 | 55 | 13 | 101 | 101 | 105 |
| Binary | 11011010 | 11100011 | 1111101 | 100 | 0 | 101101 | 1011 | 1000001 | 1000001 | 1000101 |
Color Harmonies of #DAE37D
Complementary color
Monochromatic Colors of #DAE37D
Black with #DAE37D
Text Example
Text Example
White with #DAE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE37D; }
p { color: rgb(218,227,125); }
H1.HeaderClassName
{
color: #DAE37D;
}
.AnyTagClassName
{
color: #DAE37D;
}
</style>
background-color css
<style>
a { background-color: #DAE37D; }
a { background-color: rgb(218,227,125); }
div.DivClassName
{
background-color: #DAE37D;
}
.BgClassName
{
background-color: #DAE37D;
}
</style>
border-color css
<style>
span { border-color: #DAE37D; }
span { border-color: rgb(218,227,125); }
td.TdClassName
{
border-color: #DAE37D;
}
.TagClassName
{
border-color: #DAE37D;
}
</style>