Shades of Mindaro #DAE662
Tints of Mindaro #DAE662
RGB
CMYK
RGB Variations
Color information
#DAE662 (or 0xDAE662) is known color: Mindaro. HEX triplet: DA, E6 and 62. RGB value is (218,230,98). Sum of RGB (Red+Green+Blue) = 218+230+98=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE662 is #25199D. Grayscale: #D3D3D3. Windows color (decimal): -2431390 or 6481626. OLE color: 6481626.
HSL color Cylindrical-coordinate representation of color #DAE662: hue angle of 65.45º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAE662 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 98 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.10 |
| HSL | 65.45º | 0.73% | 0.64% | - |
| HSV(B) | 65.45º | 0.57% | 0.9% | - |
| XYZ | 59.41 | 72.38 | 22.39 | - |
| YUV | 211.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 98 | 0.05 | 0 | 0.57 | 0.10 | 65.45 | 0.73 | 0.64 |
| Hex | DA | E6 | 62 | 5 | 0 | 39 | A | 41 | 49 | 40 |
| Octal | 332 | 346 | 142 | 5 | 0 | 71 | 12 | 101 | 111 | 100 |
| Binary | 11011010 | 11100110 | 1100010 | 101 | 0 | 111001 | 1010 | 1000001 | 1001001 | 1000000 |
Color Harmonies of #DAE662
Complementary color
Monochromatic Colors of #DAE662
Black with #DAE662
Text Example
Text Example
White with #DAE662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE662; }
p { color: rgb(218,230,98); }
H1.HeaderClassName
{
color: #DAE662;
}
.AnyTagClassName
{
color: #DAE662;
}
</style>
background-color css
<style>
a { background-color: #DAE662; }
a { background-color: rgb(218,230,98); }
div.DivClassName
{
background-color: #DAE662;
}
.BgClassName
{
background-color: #DAE662;
}
</style>
border-color css
<style>
span { border-color: #DAE662; }
span { border-color: rgb(218,230,98); }
td.TdClassName
{
border-color: #DAE662;
}
.TagClassName
{
border-color: #DAE662;
}
</style>