Shades of Mindaro #DAE865
Tints of Mindaro #DAE865
RGB
CMYK
RGB Variations
Color information
#DAE865 (or 0xDAE865) is known color: Mindaro. HEX triplet: DA, E8 and 65. RGB value is (218,232,101). Sum of RGB (Red+Green+Blue) = 218+232+101=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE865 is #25179A. Grayscale: #D5D5D5. Windows color (decimal): -2430875 or 6678746. OLE color: 6678746.
HSL color Cylindrical-coordinate representation of color #DAE865: hue angle of 66.41º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE865 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 101 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.09 |
| HSL | 66.41º | 0.74% | 0.65% | - |
| HSV(B) | 66.41º | 0.56% | 0.91% | - |
| XYZ | 60.12 | 73.56 | 23.34 | - |
| YUV | 212.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 101 | 0.06 | 0 | 0.56 | 0.09 | 66.41 | 0.74 | 0.65 |
| Hex | DA | E8 | 65 | 6 | 0 | 38 | 9 | 42 | 4A | 41 |
| Octal | 332 | 350 | 145 | 6 | 0 | 70 | 11 | 102 | 112 | 101 |
| Binary | 11011010 | 11101000 | 1100101 | 110 | 0 | 111000 | 1001 | 1000010 | 1001010 | 1000001 |
Color Harmonies of #DAE865
Complementary color
Monochromatic Colors of #DAE865
Black with #DAE865
Text Example
Text Example
White with #DAE865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE865; }
p { color: rgb(218,232,101); }
H1.HeaderClassName
{
color: #DAE865;
}
.AnyTagClassName
{
color: #DAE865;
}
</style>
background-color css
<style>
a { background-color: #DAE865; }
a { background-color: rgb(218,232,101); }
div.DivClassName
{
background-color: #DAE865;
}
.BgClassName
{
background-color: #DAE865;
}
</style>
border-color css
<style>
span { border-color: #DAE865; }
span { border-color: rgb(218,232,101); }
td.TdClassName
{
border-color: #DAE865;
}
.TagClassName
{
border-color: #DAE865;
}
</style>