Shades of Mindaro #DAE869
Tints of Mindaro #DAE869
RGB
CMYK
RGB Variations
Color information
#DAE869 (or 0xDAE869) is known color: Mindaro. HEX triplet: DA, E8 and 69. RGB value is (218,232,105). Sum of RGB (Red+Green+Blue) = 218+232+105=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE869 is #251796. Grayscale: #D5D5D5. Windows color (decimal): -2430871 or 6940890. OLE color: 6940890.
HSL color Cylindrical-coordinate representation of color #DAE869: hue angle of 66.61º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE869 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 105 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.09 |
| HSL | 66.61º | 0.73% | 0.66% | - |
| HSV(B) | 66.61º | 0.55% | 0.91% | - |
| XYZ | 60.32 | 73.64 | 24.4 | - |
| YUV | 213.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 105 | 0.06 | 0 | 0.55 | 0.09 | 66.61 | 0.73 | 0.66 |
| Hex | DA | E8 | 69 | 6 | 0 | 37 | 9 | 43 | 49 | 42 |
| Octal | 332 | 350 | 151 | 6 | 0 | 67 | 11 | 103 | 111 | 102 |
| Binary | 11011010 | 11101000 | 1101001 | 110 | 0 | 110111 | 1001 | 1000011 | 1001001 | 1000010 |
Color Harmonies of #DAE869
Complementary color
Monochromatic Colors of #DAE869
Black with #DAE869
Text Example
Text Example
White with #DAE869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE869; }
p { color: rgb(218,232,105); }
H1.HeaderClassName
{
color: #DAE869;
}
.AnyTagClassName
{
color: #DAE869;
}
</style>
background-color css
<style>
a { background-color: #DAE869; }
a { background-color: rgb(218,232,105); }
div.DivClassName
{
background-color: #DAE869;
}
.BgClassName
{
background-color: #DAE869;
}
</style>
border-color css
<style>
span { border-color: #DAE869; }
span { border-color: rgb(218,232,105); }
td.TdClassName
{
border-color: #DAE869;
}
.TagClassName
{
border-color: #DAE869;
}
</style>