Shades of Mindaro #DAE465
Tints of Mindaro #DAE465
RGB
CMYK
RGB Variations
Color information
#DAE465 (or 0xDAE465) is known color: Mindaro. HEX triplet: DA, E4 and 65. RGB value is (218,228,101). Sum of RGB (Red+Green+Blue) = 218+228+101=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE465 is #251B9A. Grayscale: #D3D3D3. Windows color (decimal): -2431899 or 6677722. OLE color: 6677722.
HSL color Cylindrical-coordinate representation of color #DAE465: hue angle of 64.72º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE465 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 101 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.11 |
| HSL | 64.72º | 0.7% | 0.65% | - |
| HSV(B) | 64.72º | 0.56% | 0.89% | - |
| XYZ | 59.01 | 71.33 | 22.97 | - |
| YUV | 210.53 | 66.19 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 101 | 0.04 | 0 | 0.56 | 0.11 | 64.72 | 0.7 | 0.65 |
| Hex | DA | E4 | 65 | 4 | 0 | 38 | B | 41 | 46 | 41 |
| Octal | 332 | 344 | 145 | 4 | 0 | 70 | 13 | 101 | 106 | 101 |
| Binary | 11011010 | 11100100 | 1100101 | 100 | 0 | 111000 | 1011 | 1000001 | 1000110 | 1000001 |
Color Harmonies of #DAE465
Complementary color
Monochromatic Colors of #DAE465
Black with #DAE465
Text Example
Text Example
White with #DAE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE465; }
p { color: rgb(218,228,101); }
H1.HeaderClassName
{
color: #DAE465;
}
.AnyTagClassName
{
color: #DAE465;
}
</style>
background-color css
<style>
a { background-color: #DAE465; }
a { background-color: rgb(218,228,101); }
div.DivClassName
{
background-color: #DAE465;
}
.BgClassName
{
background-color: #DAE465;
}
</style>
border-color css
<style>
span { border-color: #DAE465; }
span { border-color: rgb(218,228,101); }
td.TdClassName
{
border-color: #DAE465;
}
.TagClassName
{
border-color: #DAE465;
}
</style>