Shades of Mindaro #DAE981
Tints of Mindaro #DAE981
RGB
CMYK
RGB Variations
Color information
#DAE981 (or 0xDAE981) is known color: Mindaro. HEX triplet: DA, E9 and 81. RGB value is (218,233,129). Sum of RGB (Red+Green+Blue) = 218+233+129=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE981 is #25167E. Grayscale: #D9D9D9. Windows color (decimal): -2430591 or 8514010. OLE color: 8514010.
HSL color Cylindrical-coordinate representation of color #DAE981: hue angle of 68.65º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE981 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 129 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.09 |
| HSL | 68.65º | 0.7% | 0.71% | - |
| HSV(B) | 68.65º | 0.45% | 0.91% | - |
| XYZ | 62.01 | 74.77 | 31.93 | - |
| YUV | 216.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 129 | 0.06 | 0 | 0.45 | 0.09 | 68.65 | 0.7 | 0.71 |
| Hex | DA | E9 | 81 | 6 | 0 | 2D | 9 | 45 | 46 | 47 |
| Octal | 332 | 351 | 201 | 6 | 0 | 55 | 11 | 105 | 106 | 107 |
| Binary | 11011010 | 11101001 | 10000001 | 110 | 0 | 101101 | 1001 | 1000101 | 1000110 | 1000111 |
Color Harmonies of #DAE981
Complementary color
Monochromatic Colors of #DAE981
Black with #DAE981
Text Example
Text Example
White with #DAE981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE981; }
p { color: rgb(218,233,129); }
H1.HeaderClassName
{
color: #DAE981;
}
.AnyTagClassName
{
color: #DAE981;
}
</style>
background-color css
<style>
a { background-color: #DAE981; }
a { background-color: rgb(218,233,129); }
div.DivClassName
{
background-color: #DAE981;
}
.BgClassName
{
background-color: #DAE981;
}
</style>
border-color css
<style>
span { border-color: #DAE981; }
span { border-color: rgb(218,233,129); }
td.TdClassName
{
border-color: #DAE981;
}
.TagClassName
{
border-color: #DAE981;
}
</style>