Shades of Mindaro #DAE676
Tints of Mindaro #DAE676
RGB
CMYK
RGB Variations
Color information
#DAE676 (or 0xDAE676) is known color: Mindaro. HEX triplet: DA, E6 and 76. RGB value is (218,230,118). Sum of RGB (Red+Green+Blue) = 218+230+118=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE676 is #251989. Grayscale: #D6D6D6. Windows color (decimal): -2431370 or 7792346. OLE color: 7792346.
HSL color Cylindrical-coordinate representation of color #DAE676: hue angle of 66.43º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAE676 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 118 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.10 |
| HSL | 66.43º | 0.69% | 0.68% | - |
| HSV(B) | 66.43º | 0.49% | 0.9% | - |
| XYZ | 60.48 | 72.81 | 28.01 | - |
| YUV | 213.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 118 | 0.05 | 0 | 0.49 | 0.10 | 66.43 | 0.69 | 0.68 |
| Hex | DA | E6 | 76 | 5 | 0 | 31 | A | 42 | 45 | 44 |
| Octal | 332 | 346 | 166 | 5 | 0 | 61 | 12 | 102 | 105 | 104 |
| Binary | 11011010 | 11100110 | 1110110 | 101 | 0 | 110001 | 1010 | 1000010 | 1000101 | 1000100 |
Color Harmonies of #DAE676
Complementary color
Monochromatic Colors of #DAE676
Black with #DAE676
Text Example
Text Example
White with #DAE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE676; }
p { color: rgb(218,230,118); }
H1.HeaderClassName
{
color: #DAE676;
}
.AnyTagClassName
{
color: #DAE676;
}
</style>
background-color css
<style>
a { background-color: #DAE676; }
a { background-color: rgb(218,230,118); }
div.DivClassName
{
background-color: #DAE676;
}
.BgClassName
{
background-color: #DAE676;
}
</style>
border-color css
<style>
span { border-color: #DAE676; }
span { border-color: rgb(218,230,118); }
td.TdClassName
{
border-color: #DAE676;
}
.TagClassName
{
border-color: #DAE676;
}
</style>