Shades of Mindaro #DAE673
Tints of Mindaro #DAE673
RGB
CMYK
RGB Variations
Color information
#DAE673 (or 0xDAE673) is known color: Mindaro. HEX triplet: DA, E6 and 73. RGB value is (218,230,115). Sum of RGB (Red+Green+Blue) = 218+230+115=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE673 is #25198C. Grayscale: #D5D5D5. Windows color (decimal): -2431373 or 7595738. OLE color: 7595738.
HSL color Cylindrical-coordinate representation of color #DAE673: hue angle of 66.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE673 is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 115 | - |
| CMYK | 0.05 | 0 | 0.5 | 0.10 |
| HSL | 66.26º | 0.7% | 0.68% | - |
| HSV(B) | 66.26º | 0.5% | 0.9% | - |
| XYZ | 60.3 | 72.74 | 27.08 | - |
| YUV | 213.3 | 72.52 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 115 | 0.05 | 0 | 0.5 | 0.10 | 66.26 | 0.7 | 0.68 |
| Hex | DA | E6 | 73 | 5 | 0 | 32 | A | 42 | 46 | 44 |
| Octal | 332 | 346 | 163 | 5 | 0 | 62 | 12 | 102 | 106 | 104 |
| Binary | 11011010 | 11100110 | 1110011 | 101 | 0 | 110010 | 1010 | 1000010 | 1000110 | 1000100 |
Color Harmonies of #DAE673
Complementary color
Monochromatic Colors of #DAE673
Black with #DAE673
Text Example
Text Example
White with #DAE673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE673; }
p { color: rgb(218,230,115); }
H1.HeaderClassName
{
color: #DAE673;
}
.AnyTagClassName
{
color: #DAE673;
}
</style>
background-color css
<style>
a { background-color: #DAE673; }
a { background-color: rgb(218,230,115); }
div.DivClassName
{
background-color: #DAE673;
}
.BgClassName
{
background-color: #DAE673;
}
</style>
border-color css
<style>
span { border-color: #DAE673; }
span { border-color: rgb(218,230,115); }
td.TdClassName
{
border-color: #DAE673;
}
.TagClassName
{
border-color: #DAE673;
}
</style>