Shades of Mindaro #DAE36B
Tints of Mindaro #DAE36B
RGB
CMYK
RGB Variations
Color information
#DAE36B (or 0xDAE36B) is known color: Mindaro. HEX triplet: DA, E3 and 6B. RGB value is (218,227,107). Sum of RGB (Red+Green+Blue) = 218+227+107=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE36B is #251C94. Grayscale: #D3D3D3. Windows color (decimal): -2432149 or 7070682. OLE color: 7070682.
HSL color Cylindrical-coordinate representation of color #DAE36B: hue angle of 64.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE36B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 107 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 64.5º | 0.68% | 0.65% | - |
| HSV(B) | 64.5º | 0.53% | 0.89% | - |
| XYZ | 59.04 | 70.91 | 24.48 | - |
| YUV | 210.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 107 | 0.04 | 0 | 0.53 | 0.11 | 64.5 | 0.68 | 0.65 |
| Hex | DA | E3 | 6B | 4 | 0 | 35 | B | 40 | 44 | 41 |
| Octal | 332 | 343 | 153 | 4 | 0 | 65 | 13 | 100 | 104 | 101 |
| Binary | 11011010 | 11100011 | 1101011 | 100 | 0 | 110101 | 1011 | 1000000 | 1000100 | 1000001 |
Color Harmonies of #DAE36B
Complementary color
Monochromatic Colors of #DAE36B
Black with #DAE36B
Text Example
Text Example
White with #DAE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE36B; }
p { color: rgb(218,227,107); }
H1.HeaderClassName
{
color: #DAE36B;
}
.AnyTagClassName
{
color: #DAE36B;
}
</style>
background-color css
<style>
a { background-color: #DAE36B; }
a { background-color: rgb(218,227,107); }
div.DivClassName
{
background-color: #DAE36B;
}
.BgClassName
{
background-color: #DAE36B;
}
</style>
border-color css
<style>
span { border-color: #DAE36B; }
span { border-color: rgb(218,227,107); }
td.TdClassName
{
border-color: #DAE36B;
}
.TagClassName
{
border-color: #DAE36B;
}
</style>