Shades of Manz #DAE459
Tints of Manz #DAE459
RGB
CMYK
RGB Variations
Color information
#DAE459 (or 0xDAE459) is known color: Manz. HEX triplet: DA, E4 and 59. RGB value is (218,228,89). Sum of RGB (Red+Green+Blue) = 218+228+89=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE459 is #251BA6. Grayscale: #D1D1D1. Windows color (decimal): -2431911 or 5891290. OLE color: 5891290.
HSL color Cylindrical-coordinate representation of color #DAE459: hue angle of 64.32º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE459 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 89 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.11 |
| HSL | 64.32º | 0.72% | 0.62% | - |
| HSV(B) | 64.32º | 0.61% | 0.89% | - |
| XYZ | 58.46 | 71.11 | 20.1 | - |
| YUV | 209.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 89 | 0.04 | 0 | 0.61 | 0.11 | 64.32 | 0.72 | 0.62 |
| Hex | DA | E4 | 59 | 4 | 0 | 3D | B | 40 | 48 | 3E |
| Octal | 332 | 344 | 131 | 4 | 0 | 75 | 13 | 100 | 110 | 76 |
| Binary | 11011010 | 11100100 | 1011001 | 100 | 0 | 111101 | 1011 | 1000000 | 1001000 | 111110 |
Color Harmonies of #DAE459
Complementary color
Monochromatic Colors of #DAE459
Black with #DAE459
Text Example
Text Example
White with #DAE459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE459; }
p { color: rgb(218,228,89); }
H1.HeaderClassName
{
color: #DAE459;
}
.AnyTagClassName
{
color: #DAE459;
}
</style>
background-color css
<style>
a { background-color: #DAE459; }
a { background-color: rgb(218,228,89); }
div.DivClassName
{
background-color: #DAE459;
}
.BgClassName
{
background-color: #DAE459;
}
</style>
border-color css
<style>
span { border-color: #DAE459; }
span { border-color: rgb(218,228,89); }
td.TdClassName
{
border-color: #DAE459;
}
.TagClassName
{
border-color: #DAE459;
}
</style>