Shades of Mindaro #DAE97A
Tints of Mindaro #DAE97A
RGB
CMYK
RGB Variations
Color information
#DAE97A (or 0xDAE97A) is known color: Mindaro. HEX triplet: DA, E9 and 7A. RGB value is (218,233,122). Sum of RGB (Red+Green+Blue) = 218+233+122=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE97A is #251685. Grayscale: #D8D8D8. Windows color (decimal): -2430598 or 8055258. OLE color: 8055258.
HSL color Cylindrical-coordinate representation of color #DAE97A: hue angle of 68.11º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE97A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 122 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.09 |
| HSL | 68.11º | 0.72% | 0.7% | - |
| HSV(B) | 68.11º | 0.48% | 0.91% | - |
| XYZ | 61.57 | 74.59 | 29.56 | - |
| YUV | 215.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 122 | 0.06 | 0 | 0.48 | 0.09 | 68.11 | 0.72 | 0.7 |
| Hex | DA | E9 | 7A | 6 | 0 | 30 | 9 | 44 | 48 | 46 |
| Octal | 332 | 351 | 172 | 6 | 0 | 60 | 11 | 104 | 110 | 106 |
| Binary | 11011010 | 11101001 | 1111010 | 110 | 0 | 110000 | 1001 | 1000100 | 1001000 | 1000110 |
Color Harmonies of #DAE97A
Complementary color
Monochromatic Colors of #DAE97A
Black with #DAE97A
Text Example
Text Example
White with #DAE97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE97A; }
p { color: rgb(218,233,122); }
H1.HeaderClassName
{
color: #DAE97A;
}
.AnyTagClassName
{
color: #DAE97A;
}
</style>
background-color css
<style>
a { background-color: #DAE97A; }
a { background-color: rgb(218,233,122); }
div.DivClassName
{
background-color: #DAE97A;
}
.BgClassName
{
background-color: #DAE97A;
}
</style>
border-color css
<style>
span { border-color: #DAE97A; }
span { border-color: rgb(218,233,122); }
td.TdClassName
{
border-color: #DAE97A;
}
.TagClassName
{
border-color: #DAE97A;
}
</style>