Shades of Mindaro #DAE375
Tints of Mindaro #DAE375
RGB
CMYK
RGB Variations
Color information
#DAE375 (or 0xDAE375) is known color: Mindaro. HEX triplet: DA, E3 and 75. RGB value is (218,227,117). Sum of RGB (Red+Green+Blue) = 218+227+117=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE375 is #251C8A. Grayscale: #D4D4D4. Windows color (decimal): -2432139 or 7726042. OLE color: 7726042.
HSL color Cylindrical-coordinate representation of color #DAE375: hue angle of 64.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE375 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 117 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.11 |
| HSL | 64.91º | 0.66% | 0.67% | - |
| HSV(B) | 64.91º | 0.48% | 0.89% | - |
| XYZ | 59.59 | 71.13 | 27.42 | - |
| YUV | 211.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 117 | 0.04 | 0 | 0.48 | 0.11 | 64.91 | 0.66 | 0.67 |
| Hex | DA | E3 | 75 | 4 | 0 | 30 | B | 41 | 42 | 43 |
| Octal | 332 | 343 | 165 | 4 | 0 | 60 | 13 | 101 | 102 | 103 |
| Binary | 11011010 | 11100011 | 1110101 | 100 | 0 | 110000 | 1011 | 1000001 | 1000010 | 1000011 |
Color Harmonies of #DAE375
Complementary color
Monochromatic Colors of #DAE375
Black with #DAE375
Text Example
Text Example
White with #DAE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE375; }
p { color: rgb(218,227,117); }
H1.HeaderClassName
{
color: #DAE375;
}
.AnyTagClassName
{
color: #DAE375;
}
</style>
background-color css
<style>
a { background-color: #DAE375; }
a { background-color: rgb(218,227,117); }
div.DivClassName
{
background-color: #DAE375;
}
.BgClassName
{
background-color: #DAE375;
}
</style>
border-color css
<style>
span { border-color: #DAE375; }
span { border-color: rgb(218,227,117); }
td.TdClassName
{
border-color: #DAE375;
}
.TagClassName
{
border-color: #DAE375;
}
</style>