Shades of Mindaro #DAE36C
Tints of Mindaro #DAE36C
RGB
CMYK
RGB Variations
Color information
#DAE36C (or 0xDAE36C) is known color: Mindaro. HEX triplet: DA, E3 and 6C. RGB value is (218,227,108). Sum of RGB (Red+Green+Blue) = 218+227+108=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE36C is #251C93. Grayscale: #D3D3D3. Windows color (decimal): -2432148 or 7136218. OLE color: 7136218.
HSL color Cylindrical-coordinate representation of color #DAE36C: hue angle of 64.54º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAE36C is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 108 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.11 |
| HSL | 64.54º | 0.68% | 0.66% | - |
| HSV(B) | 64.54º | 0.52% | 0.89% | - |
| XYZ | 59.09 | 70.93 | 24.76 | - |
| YUV | 210.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 108 | 0.04 | 0 | 0.52 | 0.11 | 64.54 | 0.68 | 0.66 |
| Hex | DA | E3 | 6C | 4 | 0 | 34 | B | 41 | 44 | 42 |
| Octal | 332 | 343 | 154 | 4 | 0 | 64 | 13 | 101 | 104 | 102 |
| Binary | 11011010 | 11100011 | 1101100 | 100 | 0 | 110100 | 1011 | 1000001 | 1000100 | 1000010 |
Color Harmonies of #DAE36C
Complementary color
Monochromatic Colors of #DAE36C
Black with #DAE36C
Text Example
Text Example
White with #DAE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE36C; }
p { color: rgb(218,227,108); }
H1.HeaderClassName
{
color: #DAE36C;
}
.AnyTagClassName
{
color: #DAE36C;
}
</style>
background-color css
<style>
a { background-color: #DAE36C; }
a { background-color: rgb(218,227,108); }
div.DivClassName
{
background-color: #DAE36C;
}
.BgClassName
{
background-color: #DAE36C;
}
</style>
border-color css
<style>
span { border-color: #DAE36C; }
span { border-color: rgb(218,227,108); }
td.TdClassName
{
border-color: #DAE36C;
}
.TagClassName
{
border-color: #DAE36C;
}
</style>