Shades of Manz #DAE249
Tints of Manz #DAE249
RGB
CMYK
RGB Variations
Color information
#DAE249 (or 0xDAE249) is known color: Manz. HEX triplet: DA, E2 and 49. RGB value is (218,226,73). Sum of RGB (Red+Green+Blue) = 218+226+73=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE249 is #251DB6. Grayscale: #CECECE. Windows color (decimal): -2432439 or 4842202. OLE color: 4842202.
HSL color Cylindrical-coordinate representation of color #DAE249: hue angle of 63.14º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE249 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 73 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.11 |
| HSL | 63.14º | 0.73% | 0.59% | - |
| HSV(B) | 63.14º | 0.68% | 0.89% | - |
| XYZ | 57.31 | 69.78 | 16.75 | - |
| YUV | 206.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 73 | 0.04 | 0 | 0.68 | 0.11 | 63.14 | 0.73 | 0.59 |
| Hex | DA | E2 | 49 | 4 | 0 | 44 | B | 3F | 49 | 3B |
| Octal | 332 | 342 | 111 | 4 | 0 | 104 | 13 | 77 | 111 | 73 |
| Binary | 11011010 | 11100010 | 1001001 | 100 | 0 | 1000100 | 1011 | 111111 | 1001001 | 111011 |
Color Harmonies of #DAE249
Complementary color
Monochromatic Colors of #DAE249
Black with #DAE249
Text Example
Text Example
White with #DAE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE249; }
p { color: rgb(218,226,73); }
H1.HeaderClassName
{
color: #DAE249;
}
.AnyTagClassName
{
color: #DAE249;
}
</style>
background-color css
<style>
a { background-color: #DAE249; }
a { background-color: rgb(218,226,73); }
div.DivClassName
{
background-color: #DAE249;
}
.BgClassName
{
background-color: #DAE249;
}
</style>
border-color css
<style>
span { border-color: #DAE249; }
span { border-color: rgb(218,226,73); }
td.TdClassName
{
border-color: #DAE249;
}
.TagClassName
{
border-color: #DAE249;
}
</style>