Shades of Mindaro #DAE86A
Tints of Mindaro #DAE86A
RGB
CMYK
RGB Variations
Color information
#DAE86A (or 0xDAE86A) is known color: Mindaro. HEX triplet: DA, E8 and 6A. RGB value is (218,232,106). Sum of RGB (Red+Green+Blue) = 218+232+106=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE86A is #251795. Grayscale: #D5D5D5. Windows color (decimal): -2430870 or 7006426. OLE color: 7006426.
HSL color Cylindrical-coordinate representation of color #DAE86A: hue angle of 66.67º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAE86A is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 106 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.09 |
| HSL | 66.67º | 0.73% | 0.66% | - |
| HSV(B) | 66.67º | 0.54% | 0.91% | - |
| XYZ | 60.37 | 73.66 | 24.67 | - |
| YUV | 213.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 106 | 0.06 | 0 | 0.54 | 0.09 | 66.67 | 0.73 | 0.66 |
| Hex | DA | E8 | 6A | 6 | 0 | 36 | 9 | 43 | 49 | 42 |
| Octal | 332 | 350 | 152 | 6 | 0 | 66 | 11 | 103 | 111 | 102 |
| Binary | 11011010 | 11101000 | 1101010 | 110 | 0 | 110110 | 1001 | 1000011 | 1001001 | 1000010 |
Color Harmonies of #DAE86A
Complementary color
Monochromatic Colors of #DAE86A
Black with #DAE86A
Text Example
Text Example
White with #DAE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE86A; }
p { color: rgb(218,232,106); }
H1.HeaderClassName
{
color: #DAE86A;
}
.AnyTagClassName
{
color: #DAE86A;
}
</style>
background-color css
<style>
a { background-color: #DAE86A; }
a { background-color: rgb(218,232,106); }
div.DivClassName
{
background-color: #DAE86A;
}
.BgClassName
{
background-color: #DAE86A;
}
</style>
border-color css
<style>
span { border-color: #DAE86A; }
span { border-color: rgb(218,232,106); }
td.TdClassName
{
border-color: #DAE86A;
}
.TagClassName
{
border-color: #DAE86A;
}
</style>