Shades of Mindaro #DAEA86
Tints of Mindaro #DAEA86
RGB
CMYK
RGB Variations
Color information
#DAEA86 (or 0xDAEA86) is known color: Mindaro. HEX triplet: DA, EA and 86. RGB value is (218,234,134). Sum of RGB (Red+Green+Blue) = 218+234+134=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA86 is #251579. Grayscale: #DADADA. Windows color (decimal): -2430330 or 8841946. OLE color: 8841946.
HSL color Cylindrical-coordinate representation of color #DAEA86: hue angle of 69.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAEA86 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 134 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.08 |
| HSL | 69.6º | 0.7% | 0.72% | - |
| HSV(B) | 69.6º | 0.43% | 0.92% | - |
| XYZ | 62.64 | 75.47 | 33.82 | - |
| YUV | 217.82 | 80.7 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 134 | 0.07 | 0 | 0.43 | 0.08 | 69.6 | 0.7 | 0.72 |
| Hex | DA | EA | 86 | 7 | 0 | 2B | 8 | 46 | 46 | 48 |
| Octal | 332 | 352 | 206 | 7 | 0 | 53 | 10 | 106 | 106 | 110 |
| Binary | 11011010 | 11101010 | 10000110 | 111 | 0 | 101011 | 1000 | 1000110 | 1000110 | 1001000 |
Color Harmonies of #DAEA86
Complementary color
Monochromatic Colors of #DAEA86
Black with #DAEA86
Text Example
Text Example
White with #DAEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA86; }
p { color: rgb(218,234,134); }
H1.HeaderClassName
{
color: #DAEA86;
}
.AnyTagClassName
{
color: #DAEA86;
}
</style>
background-color css
<style>
a { background-color: #DAEA86; }
a { background-color: rgb(218,234,134); }
div.DivClassName
{
background-color: #DAEA86;
}
.BgClassName
{
background-color: #DAEA86;
}
</style>
border-color css
<style>
span { border-color: #DAEA86; }
span { border-color: rgb(218,234,134); }
td.TdClassName
{
border-color: #DAEA86;
}
.TagClassName
{
border-color: #DAEA86;
}
</style>