Shades of Mindaro #DAE766
Tints of Mindaro #DAE766
RGB
CMYK
RGB Variations
Color information
#DAE766 (or 0xDAE766) is known color: Mindaro. HEX triplet: DA, E7 and 66. RGB value is (218,231,102). Sum of RGB (Red+Green+Blue) = 218+231+102=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE766 is #251899. Grayscale: #D4D4D4. Windows color (decimal): -2431130 or 6744026. OLE color: 6744026.
HSL color Cylindrical-coordinate representation of color #DAE766: hue angle of 66.05º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE766 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 102 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.09 |
| HSL | 66.05º | 0.73% | 0.65% | - |
| HSV(B) | 66.05º | 0.56% | 0.91% | - |
| XYZ | 59.89 | 73.02 | 23.51 | - |
| YUV | 212.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 102 | 0.06 | 0 | 0.56 | 0.09 | 66.05 | 0.73 | 0.65 |
| Hex | DA | E7 | 66 | 6 | 0 | 38 | 9 | 42 | 49 | 41 |
| Octal | 332 | 347 | 146 | 6 | 0 | 70 | 11 | 102 | 111 | 101 |
| Binary | 11011010 | 11100111 | 1100110 | 110 | 0 | 111000 | 1001 | 1000010 | 1001001 | 1000001 |
Color Harmonies of #DAE766
Complementary color
Monochromatic Colors of #DAE766
Black with #DAE766
Text Example
Text Example
White with #DAE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE766; }
p { color: rgb(218,231,102); }
H1.HeaderClassName
{
color: #DAE766;
}
.AnyTagClassName
{
color: #DAE766;
}
</style>
background-color css
<style>
a { background-color: #DAE766; }
a { background-color: rgb(218,231,102); }
div.DivClassName
{
background-color: #DAE766;
}
.BgClassName
{
background-color: #DAE766;
}
</style>
border-color css
<style>
span { border-color: #DAE766; }
span { border-color: rgb(218,231,102); }
td.TdClassName
{
border-color: #DAE766;
}
.TagClassName
{
border-color: #DAE766;
}
</style>