Shades of Mindaro #DAE971
Tints of Mindaro #DAE971
RGB
CMYK
RGB Variations
Color information
#DAE971 (or 0xDAE971) is known color: Mindaro. HEX triplet: DA, E9 and 71. RGB value is (218,233,113). Sum of RGB (Red+Green+Blue) = 218+233+113=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE971 is #25168E. Grayscale: #D7D7D7. Windows color (decimal): -2430607 or 7465434. OLE color: 7465434.
HSL color Cylindrical-coordinate representation of color #DAE971: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAE971 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 113 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.09 |
| HSL | 67.5º | 0.73% | 0.68% | - |
| HSV(B) | 67.5º | 0.52% | 0.91% | - |
| XYZ | 61.03 | 74.38 | 26.76 | - |
| YUV | 214.84 | 70.53 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 113 | 0.06 | 0 | 0.52 | 0.09 | 67.5 | 0.73 | 0.68 |
| Hex | DA | E9 | 71 | 6 | 0 | 34 | 9 | 44 | 49 | 44 |
| Octal | 332 | 351 | 161 | 6 | 0 | 64 | 11 | 104 | 111 | 104 |
| Binary | 11011010 | 11101001 | 1110001 | 110 | 0 | 110100 | 1001 | 1000100 | 1001001 | 1000100 |
Color Harmonies of #DAE971
Complementary color
Monochromatic Colors of #DAE971
Black with #DAE971
Text Example
Text Example
White with #DAE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE971; }
p { color: rgb(218,233,113); }
H1.HeaderClassName
{
color: #DAE971;
}
.AnyTagClassName
{
color: #DAE971;
}
</style>
background-color css
<style>
a { background-color: #DAE971; }
a { background-color: rgb(218,233,113); }
div.DivClassName
{
background-color: #DAE971;
}
.BgClassName
{
background-color: #DAE971;
}
</style>
border-color css
<style>
span { border-color: #DAE971; }
span { border-color: rgb(218,233,113); }
td.TdClassName
{
border-color: #DAE971;
}
.TagClassName
{
border-color: #DAE971;
}
</style>