Shades of Manz #DAE457
Tints of Manz #DAE457
RGB
CMYK
RGB Variations
Color information
#DAE457 (or 0xDAE457) is known color: Manz. HEX triplet: DA, E4 and 57. RGB value is (218,228,87). Sum of RGB (Red+Green+Blue) = 218+228+87=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE457 is #251BA8. Grayscale: #D1D1D1. Windows color (decimal): -2431913 or 5760218. OLE color: 5760218.
HSL color Cylindrical-coordinate representation of color #DAE457: hue angle of 64.26º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAE457 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 87 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.11 |
| HSL | 64.26º | 0.72% | 0.62% | - |
| HSV(B) | 64.26º | 0.62% | 0.89% | - |
| XYZ | 58.38 | 71.08 | 19.66 | - |
| YUV | 208.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 87 | 0.04 | 0 | 0.62 | 0.11 | 64.26 | 0.72 | 0.62 |
| Hex | DA | E4 | 57 | 4 | 0 | 3E | B | 40 | 48 | 3E |
| Octal | 332 | 344 | 127 | 4 | 0 | 76 | 13 | 100 | 110 | 76 |
| Binary | 11011010 | 11100100 | 1010111 | 100 | 0 | 111110 | 1011 | 1000000 | 1001000 | 111110 |
Color Harmonies of #DAE457
Complementary color
Monochromatic Colors of #DAE457
Black with #DAE457
Text Example
Text Example
White with #DAE457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE457; }
p { color: rgb(218,228,87); }
H1.HeaderClassName
{
color: #DAE457;
}
.AnyTagClassName
{
color: #DAE457;
}
</style>
background-color css
<style>
a { background-color: #DAE457; }
a { background-color: rgb(218,228,87); }
div.DivClassName
{
background-color: #DAE457;
}
.BgClassName
{
background-color: #DAE457;
}
</style>
border-color css
<style>
span { border-color: #DAE457; }
span { border-color: rgb(218,228,87); }
td.TdClassName
{
border-color: #DAE457;
}
.TagClassName
{
border-color: #DAE457;
}
</style>