Shades of Mindaro #DAE97B
Tints of Mindaro #DAE97B
RGB
CMYK
RGB Variations
Color information
#DAE97B (or 0xDAE97B) is known color: Mindaro. HEX triplet: DA, E9 and 7B. RGB value is (218,233,123). Sum of RGB (Red+Green+Blue) = 218+233+123=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE97B is #251684. Grayscale: #D8D8D8. Windows color (decimal): -2430597 or 8120794. OLE color: 8120794.
HSL color Cylindrical-coordinate representation of color #DAE97B: hue angle of 68.18º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAE97B is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 123 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.09 |
| HSL | 68.18º | 0.71% | 0.7% | - |
| HSV(B) | 68.18º | 0.47% | 0.91% | - |
| XYZ | 61.63 | 74.61 | 29.89 | - |
| YUV | 215.98 | 75.53 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 123 | 0.06 | 0 | 0.47 | 0.09 | 68.18 | 0.71 | 0.7 |
| Hex | DA | E9 | 7B | 6 | 0 | 2F | 9 | 44 | 47 | 46 |
| Octal | 332 | 351 | 173 | 6 | 0 | 57 | 11 | 104 | 107 | 106 |
| Binary | 11011010 | 11101001 | 1111011 | 110 | 0 | 101111 | 1001 | 1000100 | 1000111 | 1000110 |
Color Harmonies of #DAE97B
Complementary color
Monochromatic Colors of #DAE97B
Black with #DAE97B
Text Example
Text Example
White with #DAE97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE97B; }
p { color: rgb(218,233,123); }
H1.HeaderClassName
{
color: #DAE97B;
}
.AnyTagClassName
{
color: #DAE97B;
}
</style>
background-color css
<style>
a { background-color: #DAE97B; }
a { background-color: rgb(218,233,123); }
div.DivClassName
{
background-color: #DAE97B;
}
.BgClassName
{
background-color: #DAE97B;
}
</style>
border-color css
<style>
span { border-color: #DAE97B; }
span { border-color: rgb(218,233,123); }
td.TdClassName
{
border-color: #DAE97B;
}
.TagClassName
{
border-color: #DAE97B;
}
</style>