Shades of Mindaro #DAE66A
Tints of Mindaro #DAE66A
RGB
CMYK
RGB Variations
Color information
#DAE66A (or 0xDAE66A) is known color: Mindaro. HEX triplet: DA, E6 and 6A. RGB value is (218,230,106). Sum of RGB (Red+Green+Blue) = 218+230+106=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE66A is #251995. Grayscale: #D4D4D4. Windows color (decimal): -2431382 or 7005914. OLE color: 7005914.
HSL color Cylindrical-coordinate representation of color #DAE66A: hue angle of 65.81º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAE66A is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 106 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.10 |
| HSL | 65.81º | 0.71% | 0.66% | - |
| HSV(B) | 65.81º | 0.54% | 0.9% | - |
| XYZ | 59.81 | 72.54 | 24.48 | - |
| YUV | 212.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 106 | 0.05 | 0 | 0.54 | 0.10 | 65.81 | 0.71 | 0.66 |
| Hex | DA | E6 | 6A | 5 | 0 | 36 | A | 42 | 47 | 42 |
| Octal | 332 | 346 | 152 | 5 | 0 | 66 | 12 | 102 | 107 | 102 |
| Binary | 11011010 | 11100110 | 1101010 | 101 | 0 | 110110 | 1010 | 1000010 | 1000111 | 1000010 |
Color Harmonies of #DAE66A
Complementary color
Monochromatic Colors of #DAE66A
Black with #DAE66A
Text Example
Text Example
White with #DAE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE66A; }
p { color: rgb(218,230,106); }
H1.HeaderClassName
{
color: #DAE66A;
}
.AnyTagClassName
{
color: #DAE66A;
}
</style>
background-color css
<style>
a { background-color: #DAE66A; }
a { background-color: rgb(218,230,106); }
div.DivClassName
{
background-color: #DAE66A;
}
.BgClassName
{
background-color: #DAE66A;
}
</style>
border-color css
<style>
span { border-color: #DAE66A; }
span { border-color: rgb(218,230,106); }
td.TdClassName
{
border-color: #DAE66A;
}
.TagClassName
{
border-color: #DAE66A;
}
</style>