Shades of Mindaro #DAE96C
Tints of Mindaro #DAE96C
RGB
CMYK
RGB Variations
Color information
#DAE96C (or 0xDAE96C) is known color: Mindaro. HEX triplet: DA, E9 and 6C. RGB value is (218,233,108). Sum of RGB (Red+Green+Blue) = 218+233+108=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE96C is #251693. Grayscale: #D6D6D6. Windows color (decimal): -2430612 or 7137754. OLE color: 7137754.
HSL color Cylindrical-coordinate representation of color #DAE96C: hue angle of 67.2º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAE96C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 108 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.09 |
| HSL | 67.2º | 0.74% | 0.67% | - |
| HSV(B) | 67.2º | 0.54% | 0.91% | - |
| XYZ | 60.76 | 74.27 | 25.32 | - |
| YUV | 214.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 108 | 0.06 | 0 | 0.54 | 0.09 | 67.2 | 0.74 | 0.67 |
| Hex | DA | E9 | 6C | 6 | 0 | 36 | 9 | 43 | 4A | 43 |
| Octal | 332 | 351 | 154 | 6 | 0 | 66 | 11 | 103 | 112 | 103 |
| Binary | 11011010 | 11101001 | 1101100 | 110 | 0 | 110110 | 1001 | 1000011 | 1001010 | 1000011 |
Color Harmonies of #DAE96C
Complementary color
Monochromatic Colors of #DAE96C
Black with #DAE96C
Text Example
Text Example
White with #DAE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE96C; }
p { color: rgb(218,233,108); }
H1.HeaderClassName
{
color: #DAE96C;
}
.AnyTagClassName
{
color: #DAE96C;
}
</style>
background-color css
<style>
a { background-color: #DAE96C; }
a { background-color: rgb(218,233,108); }
div.DivClassName
{
background-color: #DAE96C;
}
.BgClassName
{
background-color: #DAE96C;
}
</style>
border-color css
<style>
span { border-color: #DAE96C; }
span { border-color: rgb(218,233,108); }
td.TdClassName
{
border-color: #DAE96C;
}
.TagClassName
{
border-color: #DAE96C;
}
</style>