Shades of Mindaro #DAE764
Tints of Mindaro #DAE764
RGB
CMYK
RGB Variations
Color information
#DAE764 (or 0xDAE764) is known color: Mindaro. HEX triplet: DA, E7 and 64. RGB value is (218,231,100). Sum of RGB (Red+Green+Blue) = 218+231+100=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE764 is #25189B. Grayscale: #D4D4D4. Windows color (decimal): -2431132 or 6612954. OLE color: 6612954.
HSL color Cylindrical-coordinate representation of color #DAE764: hue angle of 65.95º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAE764 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 100 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.09 |
| HSL | 65.95º | 0.73% | 0.65% | - |
| HSV(B) | 65.95º | 0.57% | 0.91% | - |
| XYZ | 59.79 | 72.98 | 22.99 | - |
| YUV | 212.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 100 | 0.06 | 0 | 0.57 | 0.09 | 65.95 | 0.73 | 0.65 |
| Hex | DA | E7 | 64 | 6 | 0 | 39 | 9 | 42 | 49 | 41 |
| Octal | 332 | 347 | 144 | 6 | 0 | 71 | 11 | 102 | 111 | 101 |
| Binary | 11011010 | 11100111 | 1100100 | 110 | 0 | 111001 | 1001 | 1000010 | 1001001 | 1000001 |
Color Harmonies of #DAE764
Complementary color
Monochromatic Colors of #DAE764
Black with #DAE764
Text Example
Text Example
White with #DAE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE764; }
p { color: rgb(218,231,100); }
H1.HeaderClassName
{
color: #DAE764;
}
.AnyTagClassName
{
color: #DAE764;
}
</style>
background-color css
<style>
a { background-color: #DAE764; }
a { background-color: rgb(218,231,100); }
div.DivClassName
{
background-color: #DAE764;
}
.BgClassName
{
background-color: #DAE764;
}
</style>
border-color css
<style>
span { border-color: #DAE764; }
span { border-color: rgb(218,231,100); }
td.TdClassName
{
border-color: #DAE764;
}
.TagClassName
{
border-color: #DAE764;
}
</style>