Shades of Mindaro #DAE263
Tints of Mindaro #DAE263
RGB
CMYK
RGB Variations
Color information
#DAE263 (or 0xDAE263) is known color: Mindaro. HEX triplet: DA, E2 and 63. RGB value is (218,226,99). Sum of RGB (Red+Green+Blue) = 218+226+99=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE263 is #251D9C. Grayscale: #D1D1D1. Windows color (decimal): -2432413 or 6546138. OLE color: 6546138.
HSL color Cylindrical-coordinate representation of color #DAE263: hue angle of 63.78º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE263 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 99 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.11 |
| HSL | 63.78º | 0.69% | 0.64% | - |
| HSV(B) | 63.78º | 0.56% | 0.89% | - |
| XYZ | 58.36 | 70.2 | 22.28 | - |
| YUV | 209.13 | 65.85 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 99 | 0.04 | 0 | 0.56 | 0.11 | 63.78 | 0.69 | 0.64 |
| Hex | DA | E2 | 63 | 4 | 0 | 38 | B | 40 | 45 | 40 |
| Octal | 332 | 342 | 143 | 4 | 0 | 70 | 13 | 100 | 105 | 100 |
| Binary | 11011010 | 11100010 | 1100011 | 100 | 0 | 111000 | 1011 | 1000000 | 1000101 | 1000000 |
Color Harmonies of #DAE263
Complementary color
Monochromatic Colors of #DAE263
Black with #DAE263
Text Example
Text Example
White with #DAE263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE263; }
p { color: rgb(218,226,99); }
H1.HeaderClassName
{
color: #DAE263;
}
.AnyTagClassName
{
color: #DAE263;
}
</style>
background-color css
<style>
a { background-color: #DAE263; }
a { background-color: rgb(218,226,99); }
div.DivClassName
{
background-color: #DAE263;
}
.BgClassName
{
background-color: #DAE263;
}
</style>
border-color css
<style>
span { border-color: #DAE263; }
span { border-color: rgb(218,226,99); }
td.TdClassName
{
border-color: #DAE263;
}
.TagClassName
{
border-color: #DAE263;
}
</style>