Shades of Manz #DAE057
Tints of Manz #DAE057
RGB
CMYK
RGB Variations
Color information
#DAE057 (or 0xDAE057) is known color: Manz. HEX triplet: DA, E0 and 57. RGB value is (218,224,87). Sum of RGB (Red+Green+Blue) = 218+224+87=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE057 is #251FA8. Grayscale: #CFCFCF. Windows color (decimal): -2432937 or 5759194. OLE color: 5759194.
HSL color Cylindrical-coordinate representation of color #DAE057: hue angle of 62.63º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE057 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 87 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.12 |
| HSL | 62.63º | 0.69% | 0.61% | - |
| HSV(B) | 62.63º | 0.61% | 0.88% | - |
| XYZ | 57.29 | 68.9 | 19.3 | - |
| YUV | 206.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 87 | 0.03 | 0 | 0.61 | 0.12 | 62.63 | 0.69 | 0.61 |
| Hex | DA | E0 | 57 | 3 | 0 | 3D | C | 3F | 45 | 3D |
| Octal | 332 | 340 | 127 | 3 | 0 | 75 | 14 | 77 | 105 | 75 |
| Binary | 11011010 | 11100000 | 1010111 | 11 | 0 | 111101 | 1100 | 111111 | 1000101 | 111101 |
Color Harmonies of #DAE057
Complementary color
Monochromatic Colors of #DAE057
Black with #DAE057
Text Example
Text Example
White with #DAE057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE057; }
p { color: rgb(218,224,87); }
H1.HeaderClassName
{
color: #DAE057;
}
.AnyTagClassName
{
color: #DAE057;
}
</style>
background-color css
<style>
a { background-color: #DAE057; }
a { background-color: rgb(218,224,87); }
div.DivClassName
{
background-color: #DAE057;
}
.BgClassName
{
background-color: #DAE057;
}
</style>
border-color css
<style>
span { border-color: #DAE057; }
span { border-color: rgb(218,224,87); }
td.TdClassName
{
border-color: #DAE057;
}
.TagClassName
{
border-color: #DAE057;
}
</style>