Shades of Mindaro #DAE55D
Tints of Mindaro #DAE55D
RGB
CMYK
RGB Variations
Color information
#DAE55D (or 0xDAE55D) is known color: Mindaro. HEX triplet: DA, E5 and 5D. RGB value is (218,229,93). Sum of RGB (Red+Green+Blue) = 218+229+93=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE55D is #251AA2. Grayscale: #D2D2D2. Windows color (decimal): -2431651 or 6153690. OLE color: 6153690.
HSL color Cylindrical-coordinate representation of color #DAE55D: hue angle of 64.85º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE55D is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 93 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.10 |
| HSL | 64.85º | 0.72% | 0.63% | - |
| HSV(B) | 64.85º | 0.59% | 0.9% | - |
| XYZ | 58.91 | 71.73 | 21.1 | - |
| YUV | 210.21 | 61.86 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 93 | 0.05 | 0 | 0.59 | 0.10 | 64.85 | 0.72 | 0.63 |
| Hex | DA | E5 | 5D | 5 | 0 | 3B | A | 41 | 48 | 3F |
| Octal | 332 | 345 | 135 | 5 | 0 | 73 | 12 | 101 | 110 | 77 |
| Binary | 11011010 | 11100101 | 1011101 | 101 | 0 | 111011 | 1010 | 1000001 | 1001000 | 111111 |
Color Harmonies of #DAE55D
Complementary color
Monochromatic Colors of #DAE55D
Black with #DAE55D
Text Example
Text Example
White with #DAE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE55D; }
p { color: rgb(218,229,93); }
H1.HeaderClassName
{
color: #DAE55D;
}
.AnyTagClassName
{
color: #DAE55D;
}
</style>
background-color css
<style>
a { background-color: #DAE55D; }
a { background-color: rgb(218,229,93); }
div.DivClassName
{
background-color: #DAE55D;
}
.BgClassName
{
background-color: #DAE55D;
}
</style>
border-color css
<style>
span { border-color: #DAE55D; }
span { border-color: rgb(218,229,93); }
td.TdClassName
{
border-color: #DAE55D;
}
.TagClassName
{
border-color: #DAE55D;
}
</style>