Shades of Mindaro #DAE66D
Tints of Mindaro #DAE66D
RGB
CMYK
RGB Variations
Color information
#DAE66D (or 0xDAE66D) is known color: Mindaro. HEX triplet: DA, E6 and 6D. RGB value is (218,230,109). Sum of RGB (Red+Green+Blue) = 218+230+109=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE66D is #251992. Grayscale: #D5D5D5. Windows color (decimal): -2431379 or 7202522. OLE color: 7202522.
HSL color Cylindrical-coordinate representation of color #DAE66D: hue angle of 65.95º 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 #DAE66D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 109 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.10 |
| HSL | 65.95º | 0.71% | 0.66% | - |
| HSV(B) | 65.95º | 0.53% | 0.9% | - |
| XYZ | 59.97 | 72.6 | 25.32 | - |
| YUV | 212.62 | 69.52 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 109 | 0.05 | 0 | 0.53 | 0.10 | 65.95 | 0.71 | 0.66 |
| Hex | DA | E6 | 6D | 5 | 0 | 35 | A | 42 | 47 | 42 |
| Octal | 332 | 346 | 155 | 5 | 0 | 65 | 12 | 102 | 107 | 102 |
| Binary | 11011010 | 11100110 | 1101101 | 101 | 0 | 110101 | 1010 | 1000010 | 1000111 | 1000010 |
Color Harmonies of #DAE66D
Complementary color
Monochromatic Colors of #DAE66D
Black with #DAE66D
Text Example
Text Example
White with #DAE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE66D; }
p { color: rgb(218,230,109); }
H1.HeaderClassName
{
color: #DAE66D;
}
.AnyTagClassName
{
color: #DAE66D;
}
</style>
background-color css
<style>
a { background-color: #DAE66D; }
a { background-color: rgb(218,230,109); }
div.DivClassName
{
background-color: #DAE66D;
}
.BgClassName
{
background-color: #DAE66D;
}
</style>
border-color css
<style>
span { border-color: #DAE66D; }
span { border-color: rgb(218,230,109); }
td.TdClassName
{
border-color: #DAE66D;
}
.TagClassName
{
border-color: #DAE66D;
}
</style>