Shades of Mindaro #DAE363
Tints of Mindaro #DAE363
RGB
CMYK
RGB Variations
Color information
#DAE363 (or 0xDAE363) is known color: Mindaro. HEX triplet: DA, E3 and 63. RGB value is (218,227,99). Sum of RGB (Red+Green+Blue) = 218+227+99=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE363 is #251C9C. Grayscale: #D2D2D2. Windows color (decimal): -2432157 or 6546394. OLE color: 6546394.
HSL color Cylindrical-coordinate representation of color #DAE363: hue angle of 64.22º degrees, saturation: 0.7, 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 #DAE363 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 99 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.11 |
| HSL | 64.22º | 0.7% | 0.64% | - |
| HSV(B) | 64.22º | 0.56% | 0.89% | - |
| XYZ | 58.63 | 70.74 | 22.37 | - |
| YUV | 209.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 99 | 0.04 | 0 | 0.56 | 0.11 | 64.22 | 0.7 | 0.64 |
| Hex | DA | E3 | 63 | 4 | 0 | 38 | B | 40 | 46 | 40 |
| Octal | 332 | 343 | 143 | 4 | 0 | 70 | 13 | 100 | 106 | 100 |
| Binary | 11011010 | 11100011 | 1100011 | 100 | 0 | 111000 | 1011 | 1000000 | 1000110 | 1000000 |
Color Harmonies of #DAE363
Complementary color
Monochromatic Colors of #DAE363
Black with #DAE363
Text Example
Text Example
White with #DAE363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE363; }
p { color: rgb(218,227,99); }
H1.HeaderClassName
{
color: #DAE363;
}
.AnyTagClassName
{
color: #DAE363;
}
</style>
background-color css
<style>
a { background-color: #DAE363; }
a { background-color: rgb(218,227,99); }
div.DivClassName
{
background-color: #DAE363;
}
.BgClassName
{
background-color: #DAE363;
}
</style>
border-color css
<style>
span { border-color: #DAE363; }
span { border-color: rgb(218,227,99); }
td.TdClassName
{
border-color: #DAE363;
}
.TagClassName
{
border-color: #DAE363;
}
</style>