Shades of Mindaro #DAE66B
Tints of Mindaro #DAE66B
RGB
CMYK
RGB Variations
Color information
#DAE66B (or 0xDAE66B) is known color: Mindaro. HEX triplet: DA, E6 and 6B. RGB value is (218,230,107). Sum of RGB (Red+Green+Blue) = 218+230+107=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE66B is #251994. Grayscale: #D4D4D4. Windows color (decimal): -2431381 or 7071450. OLE color: 7071450.
HSL color Cylindrical-coordinate representation of color #DAE66B: hue angle of 65.85º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE66B is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 107 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.10 |
| HSL | 65.85º | 0.71% | 0.66% | - |
| HSV(B) | 65.85º | 0.53% | 0.9% | - |
| XYZ | 59.86 | 72.56 | 24.76 | - |
| YUV | 212.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 107 | 0.05 | 0 | 0.53 | 0.10 | 65.85 | 0.71 | 0.66 |
| Hex | DA | E6 | 6B | 5 | 0 | 35 | A | 42 | 47 | 42 |
| Octal | 332 | 346 | 153 | 5 | 0 | 65 | 12 | 102 | 107 | 102 |
| Binary | 11011010 | 11100110 | 1101011 | 101 | 0 | 110101 | 1010 | 1000010 | 1000111 | 1000010 |
Color Harmonies of #DAE66B
Complementary color
Monochromatic Colors of #DAE66B
Black with #DAE66B
Text Example
Text Example
White with #DAE66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE66B; }
p { color: rgb(218,230,107); }
H1.HeaderClassName
{
color: #DAE66B;
}
.AnyTagClassName
{
color: #DAE66B;
}
</style>
background-color css
<style>
a { background-color: #DAE66B; }
a { background-color: rgb(218,230,107); }
div.DivClassName
{
background-color: #DAE66B;
}
.BgClassName
{
background-color: #DAE66B;
}
</style>
border-color css
<style>
span { border-color: #DAE66B; }
span { border-color: rgb(218,230,107); }
td.TdClassName
{
border-color: #DAE66B;
}
.TagClassName
{
border-color: #DAE66B;
}
</style>