Shades of Mindaro #DAE86C
Tints of Mindaro #DAE86C
RGB
CMYK
RGB Variations
Color information
#DAE86C (or 0xDAE86C) is known color: Mindaro. HEX triplet: DA, E8 and 6C. RGB value is (218,232,108). Sum of RGB (Red+Green+Blue) = 218+232+108=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE86C is #251793. Grayscale: #D6D6D6. Windows color (decimal): -2430868 or 7137498. OLE color: 7137498.
HSL color Cylindrical-coordinate representation of color #DAE86C: hue angle of 66.77º 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 #DAE86C is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 108 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.09 |
| HSL | 66.77º | 0.73% | 0.67% | - |
| HSV(B) | 66.77º | 0.53% | 0.91% | - |
| XYZ | 60.48 | 73.7 | 25.23 | - |
| YUV | 213.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 108 | 0.06 | 0 | 0.53 | 0.09 | 66.77 | 0.73 | 0.67 |
| Hex | DA | E8 | 6C | 6 | 0 | 35 | 9 | 43 | 49 | 43 |
| Octal | 332 | 350 | 154 | 6 | 0 | 65 | 11 | 103 | 111 | 103 |
| Binary | 11011010 | 11101000 | 1101100 | 110 | 0 | 110101 | 1001 | 1000011 | 1001001 | 1000011 |
Color Harmonies of #DAE86C
Complementary color
Monochromatic Colors of #DAE86C
Black with #DAE86C
Text Example
Text Example
White with #DAE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE86C; }
p { color: rgb(218,232,108); }
H1.HeaderClassName
{
color: #DAE86C;
}
.AnyTagClassName
{
color: #DAE86C;
}
</style>
background-color css
<style>
a { background-color: #DAE86C; }
a { background-color: rgb(218,232,108); }
div.DivClassName
{
background-color: #DAE86C;
}
.BgClassName
{
background-color: #DAE86C;
}
</style>
border-color css
<style>
span { border-color: #DAE86C; }
span { border-color: rgb(218,232,108); }
td.TdClassName
{
border-color: #DAE86C;
}
.TagClassName
{
border-color: #DAE86C;
}
</style>