Shades of Mindaro #DAE75F
Tints of Mindaro #DAE75F
RGB
CMYK
RGB Variations
Color information
#DAE75F (or 0xDAE75F) is known color: Mindaro. HEX triplet: DA, E7 and 5F. RGB value is (218,231,95). Sum of RGB (Red+Green+Blue) = 218+231+95=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE75F is #2518A0. Grayscale: #D4D4D4. Windows color (decimal): -2431137 or 6285274. OLE color: 6285274.
HSL color Cylindrical-coordinate representation of color #DAE75F: hue angle of 65.74º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE75F is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 95 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.09 |
| HSL | 65.74º | 0.74% | 0.64% | - |
| HSV(B) | 65.74º | 0.59% | 0.91% | - |
| XYZ | 59.55 | 72.88 | 21.76 | - |
| YUV | 211.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 95 | 0.06 | 0 | 0.59 | 0.09 | 65.74 | 0.74 | 0.64 |
| Hex | DA | E7 | 5F | 6 | 0 | 3B | 9 | 42 | 4A | 40 |
| Octal | 332 | 347 | 137 | 6 | 0 | 73 | 11 | 102 | 112 | 100 |
| Binary | 11011010 | 11100111 | 1011111 | 110 | 0 | 111011 | 1001 | 1000010 | 1001010 | 1000000 |
Color Harmonies of #DAE75F
Complementary color
Monochromatic Colors of #DAE75F
Black with #DAE75F
Text Example
Text Example
White with #DAE75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE75F; }
p { color: rgb(218,231,95); }
H1.HeaderClassName
{
color: #DAE75F;
}
.AnyTagClassName
{
color: #DAE75F;
}
</style>
background-color css
<style>
a { background-color: #DAE75F; }
a { background-color: rgb(218,231,95); }
div.DivClassName
{
background-color: #DAE75F;
}
.BgClassName
{
background-color: #DAE75F;
}
</style>
border-color css
<style>
span { border-color: #DAE75F; }
span { border-color: rgb(218,231,95); }
td.TdClassName
{
border-color: #DAE75F;
}
.TagClassName
{
border-color: #DAE75F;
}
</style>