Shades of Manz #DAE456
Tints of Manz #DAE456
RGB
CMYK
RGB Variations
Color information
#DAE456 (or 0xDAE456) is known color: Manz. HEX triplet: DA, E4 and 56. RGB value is (218,228,86). Sum of RGB (Red+Green+Blue) = 218+228+86=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE456 is #251BA9. Grayscale: #D1D1D1. Windows color (decimal): -2431914 or 5694682. OLE color: 5694682.
HSL color Cylindrical-coordinate representation of color #DAE456: hue angle of 64.23º 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 #DAE456 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 86 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.11 |
| HSL | 64.23º | 0.72% | 0.62% | - |
| HSV(B) | 64.23º | 0.62% | 0.89% | - |
| XYZ | 58.34 | 71.06 | 19.45 | - |
| YUV | 208.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 86 | 0.04 | 0 | 0.62 | 0.11 | 64.23 | 0.72 | 0.62 |
| Hex | DA | E4 | 56 | 4 | 0 | 3E | B | 40 | 48 | 3E |
| Octal | 332 | 344 | 126 | 4 | 0 | 76 | 13 | 100 | 110 | 76 |
| Binary | 11011010 | 11100100 | 1010110 | 100 | 0 | 111110 | 1011 | 1000000 | 1001000 | 111110 |
Color Harmonies of #DAE456
Complementary color
Monochromatic Colors of #DAE456
Black with #DAE456
Text Example
Text Example
White with #DAE456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE456; }
p { color: rgb(218,228,86); }
H1.HeaderClassName
{
color: #DAE456;
}
.AnyTagClassName
{
color: #DAE456;
}
</style>
background-color css
<style>
a { background-color: #DAE456; }
a { background-color: rgb(218,228,86); }
div.DivClassName
{
background-color: #DAE456;
}
.BgClassName
{
background-color: #DAE456;
}
</style>
border-color css
<style>
span { border-color: #DAE456; }
span { border-color: rgb(218,228,86); }
td.TdClassName
{
border-color: #DAE456;
}
.TagClassName
{
border-color: #DAE456;
}
</style>