Shades of Mindaro #DAEA73
Tints of Mindaro #DAEA73
RGB
CMYK
RGB Variations
Color information
#DAEA73 (or 0xDAEA73) is known color: Mindaro. HEX triplet: DA, EA and 73. RGB value is (218,234,115). Sum of RGB (Red+Green+Blue) = 218+234+115=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA73 is #25158C. Grayscale: #D8D8D8. Windows color (decimal): -2430349 or 7596762. OLE color: 7596762.
HSL color Cylindrical-coordinate representation of color #DAEA73: hue angle of 68.07º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAEA73 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 115 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.08 |
| HSL | 68.07º | 0.74% | 0.68% | - |
| HSV(B) | 68.07º | 0.51% | 0.92% | - |
| XYZ | 61.43 | 74.99 | 27.46 | - |
| YUV | 215.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 115 | 0.07 | 0 | 0.51 | 0.08 | 68.07 | 0.74 | 0.68 |
| Hex | DA | EA | 73 | 7 | 0 | 33 | 8 | 44 | 4A | 44 |
| Octal | 332 | 352 | 163 | 7 | 0 | 63 | 10 | 104 | 112 | 104 |
| Binary | 11011010 | 11101010 | 1110011 | 111 | 0 | 110011 | 1000 | 1000100 | 1001010 | 1000100 |
Color Harmonies of #DAEA73
Complementary color
Monochromatic Colors of #DAEA73
Black with #DAEA73
Text Example
Text Example
White with #DAEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA73; }
p { color: rgb(218,234,115); }
H1.HeaderClassName
{
color: #DAEA73;
}
.AnyTagClassName
{
color: #DAEA73;
}
</style>
background-color css
<style>
a { background-color: #DAEA73; }
a { background-color: rgb(218,234,115); }
div.DivClassName
{
background-color: #DAEA73;
}
.BgClassName
{
background-color: #DAEA73;
}
</style>
border-color css
<style>
span { border-color: #DAEA73; }
span { border-color: rgb(218,234,115); }
td.TdClassName
{
border-color: #DAEA73;
}
.TagClassName
{
border-color: #DAEA73;
}
</style>