Shades of Mindaro #DAE96B
Tints of Mindaro #DAE96B
RGB
CMYK
RGB Variations
Color information
#DAE96B (or 0xDAE96B) is known color: Mindaro. HEX triplet: DA, E9 and 6B. RGB value is (218,233,107). Sum of RGB (Red+Green+Blue) = 218+233+107=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE96B is #251694. Grayscale: #D6D6D6. Windows color (decimal): -2430613 or 7072218. OLE color: 7072218.
HSL color Cylindrical-coordinate representation of color #DAE96B: hue angle of 67.14º 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 #DAE96B is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 107 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.09 |
| HSL | 67.14º | 0.74% | 0.67% | - |
| HSV(B) | 67.14º | 0.54% | 0.91% | - |
| XYZ | 60.71 | 74.24 | 25.04 | - |
| YUV | 214.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 107 | 0.06 | 0 | 0.54 | 0.09 | 67.14 | 0.74 | 0.67 |
| Hex | DA | E9 | 6B | 6 | 0 | 36 | 9 | 43 | 4A | 43 |
| Octal | 332 | 351 | 153 | 6 | 0 | 66 | 11 | 103 | 112 | 103 |
| Binary | 11011010 | 11101001 | 1101011 | 110 | 0 | 110110 | 1001 | 1000011 | 1001010 | 1000011 |
Color Harmonies of #DAE96B
Complementary color
Monochromatic Colors of #DAE96B
Black with #DAE96B
Text Example
Text Example
White with #DAE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE96B; }
p { color: rgb(218,233,107); }
H1.HeaderClassName
{
color: #DAE96B;
}
.AnyTagClassName
{
color: #DAE96B;
}
</style>
background-color css
<style>
a { background-color: #DAE96B; }
a { background-color: rgb(218,233,107); }
div.DivClassName
{
background-color: #DAE96B;
}
.BgClassName
{
background-color: #DAE96B;
}
</style>
border-color css
<style>
span { border-color: #DAE96B; }
span { border-color: rgb(218,233,107); }
td.TdClassName
{
border-color: #DAE96B;
}
.TagClassName
{
border-color: #DAE96B;
}
</style>