Shades of Mindaro #DAE959
Tints of Mindaro #DAE959
RGB
CMYK
RGB Variations
Color information
#DAE959 (or 0xDAE959) is known color: Mindaro. HEX triplet: DA, E9 and 59. RGB value is (218,233,89). Sum of RGB (Red+Green+Blue) = 218+233+89=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 89 (35.16% from 255 or 16.48% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE959 is #2516A6. Grayscale: #D4D4D4. Windows color (decimal): -2430631 or 5892570. OLE color: 5892570.
HSL color Cylindrical-coordinate representation of color #DAE959: hue angle of 66.25º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAE959 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 89 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.09 |
| HSL | 66.25º | 0.77% | 0.63% | - |
| HSV(B) | 66.25º | 0.62% | 0.91% | - |
| XYZ | 59.86 | 73.9 | 20.56 | - |
| YUV | 212.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 89 | 0.06 | 0 | 0.62 | 0.09 | 66.25 | 0.77 | 0.63 |
| Hex | DA | E9 | 59 | 6 | 0 | 3E | 9 | 42 | 4D | 3F |
| Octal | 332 | 351 | 131 | 6 | 0 | 76 | 11 | 102 | 115 | 77 |
| Binary | 11011010 | 11101001 | 1011001 | 110 | 0 | 111110 | 1001 | 1000010 | 1001101 | 111111 |
Color Harmonies of #DAE959
Complementary color
Monochromatic Colors of #DAE959
Black with #DAE959
Text Example
Text Example
White with #DAE959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE959; }
p { color: rgb(218,233,89); }
H1.HeaderClassName
{
color: #DAE959;
}
.AnyTagClassName
{
color: #DAE959;
}
</style>
background-color css
<style>
a { background-color: #DAE959; }
a { background-color: rgb(218,233,89); }
div.DivClassName
{
background-color: #DAE959;
}
.BgClassName
{
background-color: #DAE959;
}
</style>
border-color css
<style>
span { border-color: #DAE959; }
span { border-color: rgb(218,233,89); }
td.TdClassName
{
border-color: #DAE959;
}
.TagClassName
{
border-color: #DAE959;
}
</style>