Shades of Mindaro #DAE265
Tints of Mindaro #DAE265
RGB
CMYK
RGB Variations
Color information
#DAE265 (or 0xDAE265) is known color: Mindaro. HEX triplet: DA, E2 and 65. RGB value is (218,226,101). Sum of RGB (Red+Green+Blue) = 218+226+101=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE265 is #251D9A. Grayscale: #D1D1D1. Windows color (decimal): -2432411 or 6677210. OLE color: 6677210.
HSL color Cylindrical-coordinate representation of color #DAE265: hue angle of 63.84º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE265 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 101 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.11 |
| HSL | 63.84º | 0.68% | 0.64% | - |
| HSV(B) | 63.84º | 0.55% | 0.89% | - |
| XYZ | 58.46 | 70.24 | 22.79 | - |
| YUV | 209.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 101 | 0.04 | 0 | 0.55 | 0.11 | 63.84 | 0.68 | 0.64 |
| Hex | DA | E2 | 65 | 4 | 0 | 37 | B | 40 | 44 | 40 |
| Octal | 332 | 342 | 145 | 4 | 0 | 67 | 13 | 100 | 104 | 100 |
| Binary | 11011010 | 11100010 | 1100101 | 100 | 0 | 110111 | 1011 | 1000000 | 1000100 | 1000000 |
Color Harmonies of #DAE265
Complementary color
Monochromatic Colors of #DAE265
Black with #DAE265
Text Example
Text Example
White with #DAE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE265; }
p { color: rgb(218,226,101); }
H1.HeaderClassName
{
color: #DAE265;
}
.AnyTagClassName
{
color: #DAE265;
}
</style>
background-color css
<style>
a { background-color: #DAE265; }
a { background-color: rgb(218,226,101); }
div.DivClassName
{
background-color: #DAE265;
}
.BgClassName
{
background-color: #DAE265;
}
</style>
border-color css
<style>
span { border-color: #DAE265; }
span { border-color: rgb(218,226,101); }
td.TdClassName
{
border-color: #DAE265;
}
.TagClassName
{
border-color: #DAE265;
}
</style>