Shades of Mindaro #DAE761
Tints of Mindaro #DAE761
RGB
CMYK
RGB Variations
Color information
#DAE761 (or 0xDAE761) is known color: Mindaro. HEX triplet: DA, E7 and 61. RGB value is (218,231,97). Sum of RGB (Red+Green+Blue) = 218+231+97=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE761 is #25189E. Grayscale: #D4D4D4. Windows color (decimal): -2431135 or 6416346. OLE color: 6416346.
HSL color Cylindrical-coordinate representation of color #DAE761: hue angle of 65.82º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE761 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 97 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.09 |
| HSL | 65.82º | 0.74% | 0.64% | - |
| HSV(B) | 65.82º | 0.58% | 0.91% | - |
| XYZ | 59.65 | 72.92 | 22.24 | - |
| YUV | 211.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 97 | 0.06 | 0 | 0.58 | 0.09 | 65.82 | 0.74 | 0.64 |
| Hex | DA | E7 | 61 | 6 | 0 | 3A | 9 | 42 | 4A | 40 |
| Octal | 332 | 347 | 141 | 6 | 0 | 72 | 11 | 102 | 112 | 100 |
| Binary | 11011010 | 11100111 | 1100001 | 110 | 0 | 111010 | 1001 | 1000010 | 1001010 | 1000000 |
Color Harmonies of #DAE761
Complementary color
Monochromatic Colors of #DAE761
Black with #DAE761
Text Example
Text Example
White with #DAE761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE761; }
p { color: rgb(218,231,97); }
H1.HeaderClassName
{
color: #DAE761;
}
.AnyTagClassName
{
color: #DAE761;
}
</style>
background-color css
<style>
a { background-color: #DAE761; }
a { background-color: rgb(218,231,97); }
div.DivClassName
{
background-color: #DAE761;
}
.BgClassName
{
background-color: #DAE761;
}
</style>
border-color css
<style>
span { border-color: #DAE761; }
span { border-color: rgb(218,231,97); }
td.TdClassName
{
border-color: #DAE761;
}
.TagClassName
{
border-color: #DAE761;
}
</style>