Shades of Mindaro #DAEA61
Tints of Mindaro #DAEA61
RGB
CMYK
RGB Variations
Color information
#DAEA61 (or 0xDAEA61) is known color: Mindaro. HEX triplet: DA, EA and 61. RGB value is (218,234,97). Sum of RGB (Red+Green+Blue) = 218+234+97=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA61 is #25159E. Grayscale: #D6D6D6. Windows color (decimal): -2430367 or 6417114. OLE color: 6417114.
HSL color Cylindrical-coordinate representation of color #DAEA61: hue angle of 67.01º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAEA61 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 97 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.08 |
| HSL | 67.01º | 0.77% | 0.65% | - |
| HSV(B) | 67.01º | 0.59% | 0.92% | - |
| XYZ | 60.49 | 74.61 | 22.52 | - |
| YUV | 213.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 97 | 0.07 | 0 | 0.59 | 0.08 | 67.01 | 0.77 | 0.65 |
| Hex | DA | EA | 61 | 7 | 0 | 3B | 8 | 43 | 4D | 41 |
| Octal | 332 | 352 | 141 | 7 | 0 | 73 | 10 | 103 | 115 | 101 |
| Binary | 11011010 | 11101010 | 1100001 | 111 | 0 | 111011 | 1000 | 1000011 | 1001101 | 1000001 |
Color Harmonies of #DAEA61
Complementary color
Monochromatic Colors of #DAEA61
Black with #DAEA61
Text Example
Text Example
White with #DAEA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA61; }
p { color: rgb(218,234,97); }
H1.HeaderClassName
{
color: #DAEA61;
}
.AnyTagClassName
{
color: #DAEA61;
}
</style>
background-color css
<style>
a { background-color: #DAEA61; }
a { background-color: rgb(218,234,97); }
div.DivClassName
{
background-color: #DAEA61;
}
.BgClassName
{
background-color: #DAEA61;
}
</style>
border-color css
<style>
span { border-color: #DAEA61; }
span { border-color: rgb(218,234,97); }
td.TdClassName
{
border-color: #DAEA61;
}
.TagClassName
{
border-color: #DAEA61;
}
</style>