Shades of Mindaro #DAE86D
Tints of Mindaro #DAE86D
RGB
CMYK
RGB Variations
Color information
#DAE86D (or 0xDAE86D) is known color: Mindaro. HEX triplet: DA, E8 and 6D. RGB value is (218,232,109). Sum of RGB (Red+Green+Blue) = 218+232+109=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE86D is #251792. Grayscale: #D6D6D6. Windows color (decimal): -2430867 or 7203034. OLE color: 7203034.
HSL color Cylindrical-coordinate representation of color #DAE86D: hue angle of 66.83º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE86D is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 109 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.09 |
| HSL | 66.83º | 0.73% | 0.67% | - |
| HSV(B) | 66.83º | 0.53% | 0.91% | - |
| XYZ | 60.53 | 73.72 | 25.51 | - |
| YUV | 213.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 109 | 0.06 | 0 | 0.53 | 0.09 | 66.83 | 0.73 | 0.67 |
| Hex | DA | E8 | 6D | 6 | 0 | 35 | 9 | 43 | 49 | 43 |
| Octal | 332 | 350 | 155 | 6 | 0 | 65 | 11 | 103 | 111 | 103 |
| Binary | 11011010 | 11101000 | 1101101 | 110 | 0 | 110101 | 1001 | 1000011 | 1001001 | 1000011 |
Color Harmonies of #DAE86D
Complementary color
Monochromatic Colors of #DAE86D
Black with #DAE86D
Text Example
Text Example
White with #DAE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE86D; }
p { color: rgb(218,232,109); }
H1.HeaderClassName
{
color: #DAE86D;
}
.AnyTagClassName
{
color: #DAE86D;
}
</style>
background-color css
<style>
a { background-color: #DAE86D; }
a { background-color: rgb(218,232,109); }
div.DivClassName
{
background-color: #DAE86D;
}
.BgClassName
{
background-color: #DAE86D;
}
</style>
border-color css
<style>
span { border-color: #DAE86D; }
span { border-color: rgb(218,232,109); }
td.TdClassName
{
border-color: #DAE86D;
}
.TagClassName
{
border-color: #DAE86D;
}
</style>