Shades of Mindaro #DAE666
Tints of Mindaro #DAE666
RGB
CMYK
RGB Variations
Color information
#DAE666 (or 0xDAE666) is known color: Mindaro. HEX triplet: DA, E6 and 66. RGB value is (218,230,102). Sum of RGB (Red+Green+Blue) = 218+230+102=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE666 is #251999. Grayscale: #D4D4D4. Windows color (decimal): -2431386 or 6743770. OLE color: 6743770.
HSL color Cylindrical-coordinate representation of color #DAE666: hue angle of 65.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE666 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 102 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.10 |
| HSL | 65.63º | 0.72% | 0.65% | - |
| HSV(B) | 65.63º | 0.56% | 0.9% | - |
| XYZ | 59.61 | 72.46 | 23.41 | - |
| YUV | 211.82 | 66.02 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 102 | 0.05 | 0 | 0.56 | 0.10 | 65.63 | 0.72 | 0.65 |
| Hex | DA | E6 | 66 | 5 | 0 | 38 | A | 42 | 48 | 41 |
| Octal | 332 | 346 | 146 | 5 | 0 | 70 | 12 | 102 | 110 | 101 |
| Binary | 11011010 | 11100110 | 1100110 | 101 | 0 | 111000 | 1010 | 1000010 | 1001000 | 1000001 |
Color Harmonies of #DAE666
Complementary color
Monochromatic Colors of #DAE666
Black with #DAE666
Text Example
Text Example
White with #DAE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE666; }
p { color: rgb(218,230,102); }
H1.HeaderClassName
{
color: #DAE666;
}
.AnyTagClassName
{
color: #DAE666;
}
</style>
background-color css
<style>
a { background-color: #DAE666; }
a { background-color: rgb(218,230,102); }
div.DivClassName
{
background-color: #DAE666;
}
.BgClassName
{
background-color: #DAE666;
}
</style>
border-color css
<style>
span { border-color: #DAE666; }
span { border-color: rgb(218,230,102); }
td.TdClassName
{
border-color: #DAE666;
}
.TagClassName
{
border-color: #DAE666;
}
</style>