Shades of Mindaro #DAE364
Tints of Mindaro #DAE364
RGB
CMYK
RGB Variations
Color information
#DAE364 (or 0xDAE364) is known color: Mindaro. HEX triplet: DA, E3 and 64. RGB value is (218,227,100). Sum of RGB (Red+Green+Blue) = 218+227+100=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE364 is #251C9B. Grayscale: #D2D2D2. Windows color (decimal): -2432156 or 6611930. OLE color: 6611930.
HSL color Cylindrical-coordinate representation of color #DAE364: hue angle of 64.25º 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 #DAE364 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 100 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.11 |
| HSL | 64.25º | 0.69% | 0.64% | - |
| HSV(B) | 64.25º | 0.56% | 0.89% | - |
| XYZ | 58.68 | 70.76 | 22.62 | - |
| YUV | 209.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 100 | 0.04 | 0 | 0.56 | 0.11 | 64.25 | 0.69 | 0.64 |
| Hex | DA | E3 | 64 | 4 | 0 | 38 | B | 40 | 45 | 40 |
| Octal | 332 | 343 | 144 | 4 | 0 | 70 | 13 | 100 | 105 | 100 |
| Binary | 11011010 | 11100011 | 1100100 | 100 | 0 | 111000 | 1011 | 1000000 | 1000101 | 1000000 |
Color Harmonies of #DAE364
Complementary color
Monochromatic Colors of #DAE364
Black with #DAE364
Text Example
Text Example
White with #DAE364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE364; }
p { color: rgb(218,227,100); }
H1.HeaderClassName
{
color: #DAE364;
}
.AnyTagClassName
{
color: #DAE364;
}
</style>
background-color css
<style>
a { background-color: #DAE364; }
a { background-color: rgb(218,227,100); }
div.DivClassName
{
background-color: #DAE364;
}
.BgClassName
{
background-color: #DAE364;
}
</style>
border-color css
<style>
span { border-color: #DAE364; }
span { border-color: rgb(218,227,100); }
td.TdClassName
{
border-color: #DAE364;
}
.TagClassName
{
border-color: #DAE364;
}
</style>