Shades of Mindaro #DAE668
Tints of Mindaro #DAE668
RGB
CMYK
RGB Variations
Color information
#DAE668 (or 0xDAE668) is known color: Mindaro. HEX triplet: DA, E6 and 68. RGB value is (218,230,104). Sum of RGB (Red+Green+Blue) = 218+230+104=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE668 is #251997. Grayscale: #D4D4D4. Windows color (decimal): -2431384 or 6874842. OLE color: 6874842.
HSL color Cylindrical-coordinate representation of color #DAE668: hue angle of 65.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE668 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 104 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.10 |
| HSL | 65.71º | 0.72% | 0.65% | - |
| HSV(B) | 65.71º | 0.55% | 0.9% | - |
| XYZ | 59.71 | 72.5 | 23.94 | - |
| YUV | 212.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 104 | 0.05 | 0 | 0.55 | 0.10 | 65.71 | 0.72 | 0.65 |
| Hex | DA | E6 | 68 | 5 | 0 | 37 | A | 42 | 48 | 41 |
| Octal | 332 | 346 | 150 | 5 | 0 | 67 | 12 | 102 | 110 | 101 |
| Binary | 11011010 | 11100110 | 1101000 | 101 | 0 | 110111 | 1010 | 1000010 | 1001000 | 1000001 |
Color Harmonies of #DAE668
Complementary color
Monochromatic Colors of #DAE668
Black with #DAE668
Text Example
Text Example
White with #DAE668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE668; }
p { color: rgb(218,230,104); }
H1.HeaderClassName
{
color: #DAE668;
}
.AnyTagClassName
{
color: #DAE668;
}
</style>
background-color css
<style>
a { background-color: #DAE668; }
a { background-color: rgb(218,230,104); }
div.DivClassName
{
background-color: #DAE668;
}
.BgClassName
{
background-color: #DAE668;
}
</style>
border-color css
<style>
span { border-color: #DAE668; }
span { border-color: rgb(218,230,104); }
td.TdClassName
{
border-color: #DAE668;
}
.TagClassName
{
border-color: #DAE668;
}
</style>