Shades of Mindaro #DAE46C
Tints of Mindaro #DAE46C
RGB
CMYK
RGB Variations
Color information
#DAE46C (or 0xDAE46C) is known color: Mindaro. HEX triplet: DA, E4 and 6C. RGB value is (218,228,108). Sum of RGB (Red+Green+Blue) = 218+228+108=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE46C is #251B93. Grayscale: #D3D3D3. Windows color (decimal): -2431892 or 7136474. OLE color: 7136474.
HSL color Cylindrical-coordinate representation of color #DAE46C: hue angle of 65º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE46C is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 108 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 65º | 0.69% | 0.66% | - |
| HSV(B) | 65º | 0.53% | 0.89% | - |
| XYZ | 59.36 | 71.47 | 24.85 | - |
| YUV | 211.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 108 | 0.04 | 0 | 0.53 | 0.11 | 65 | 0.69 | 0.66 |
| Hex | DA | E4 | 6C | 4 | 0 | 35 | B | 41 | 45 | 42 |
| Octal | 332 | 344 | 154 | 4 | 0 | 65 | 13 | 101 | 105 | 102 |
| Binary | 11011010 | 11100100 | 1101100 | 100 | 0 | 110101 | 1011 | 1000001 | 1000101 | 1000010 |
Color Harmonies of #DAE46C
Complementary color
Monochromatic Colors of #DAE46C
Black with #DAE46C
Text Example
Text Example
White with #DAE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE46C; }
p { color: rgb(218,228,108); }
H1.HeaderClassName
{
color: #DAE46C;
}
.AnyTagClassName
{
color: #DAE46C;
}
</style>
background-color css
<style>
a { background-color: #DAE46C; }
a { background-color: rgb(218,228,108); }
div.DivClassName
{
background-color: #DAE46C;
}
.BgClassName
{
background-color: #DAE46C;
}
</style>
border-color css
<style>
span { border-color: #DAE46C; }
span { border-color: rgb(218,228,108); }
td.TdClassName
{
border-color: #DAE46C;
}
.TagClassName
{
border-color: #DAE46C;
}
</style>