Shades of Mindaro #DAE57A
Tints of Mindaro #DAE57A
RGB
CMYK
RGB Variations
Color information
#DAE57A (or 0xDAE57A) is known color: Mindaro. HEX triplet: DA, E5 and 7A. RGB value is (218,229,122). Sum of RGB (Red+Green+Blue) = 218+229+122=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE57A is #251A85. Grayscale: #D5D5D5. Windows color (decimal): -2431622 or 8054234. OLE color: 8054234.
HSL color Cylindrical-coordinate representation of color #DAE57A: hue angle of 66.17º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAE57A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 122 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.10 |
| HSL | 66.17º | 0.67% | 0.69% | - |
| HSV(B) | 66.17º | 0.47% | 0.9% | - |
| XYZ | 60.45 | 72.35 | 29.19 | - |
| YUV | 213.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 122 | 0.05 | 0 | 0.47 | 0.10 | 66.17 | 0.67 | 0.69 |
| Hex | DA | E5 | 7A | 5 | 0 | 2F | A | 42 | 43 | 45 |
| Octal | 332 | 345 | 172 | 5 | 0 | 57 | 12 | 102 | 103 | 105 |
| Binary | 11011010 | 11100101 | 1111010 | 101 | 0 | 101111 | 1010 | 1000010 | 1000011 | 1000101 |
Color Harmonies of #DAE57A
Complementary color
Monochromatic Colors of #DAE57A
Black with #DAE57A
Text Example
Text Example
White with #DAE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE57A; }
p { color: rgb(218,229,122); }
H1.HeaderClassName
{
color: #DAE57A;
}
.AnyTagClassName
{
color: #DAE57A;
}
</style>
background-color css
<style>
a { background-color: #DAE57A; }
a { background-color: rgb(218,229,122); }
div.DivClassName
{
background-color: #DAE57A;
}
.BgClassName
{
background-color: #DAE57A;
}
</style>
border-color css
<style>
span { border-color: #DAE57A; }
span { border-color: rgb(218,229,122); }
td.TdClassName
{
border-color: #DAE57A;
}
.TagClassName
{
border-color: #DAE57A;
}
</style>