Shades of Manz #DAE349
Tints of Manz #DAE349
RGB
CMYK
RGB Variations
Color information
#DAE349 (or 0xDAE349) is known color: Manz. HEX triplet: DA, E3 and 49. RGB value is (218,227,73). Sum of RGB (Red+Green+Blue) = 218+227+73=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE349 is #251CB6. Grayscale: #CFCFCF. Windows color (decimal): -2432183 or 4842458. OLE color: 4842458.
HSL color Cylindrical-coordinate representation of color #DAE349: hue angle of 63.51º 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 #DAE349 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 73 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.11 |
| HSL | 63.51º | 0.73% | 0.59% | - |
| HSV(B) | 63.51º | 0.68% | 0.89% | - |
| XYZ | 57.59 | 70.32 | 16.84 | - |
| YUV | 206.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 73 | 0.04 | 0 | 0.68 | 0.11 | 63.51 | 0.73 | 0.59 |
| Hex | DA | E3 | 49 | 4 | 0 | 44 | B | 40 | 49 | 3B |
| Octal | 332 | 343 | 111 | 4 | 0 | 104 | 13 | 100 | 111 | 73 |
| Binary | 11011010 | 11100011 | 1001001 | 100 | 0 | 1000100 | 1011 | 1000000 | 1001001 | 111011 |
Color Harmonies of #DAE349
Complementary color
Monochromatic Colors of #DAE349
Black with #DAE349
Text Example
Text Example
White with #DAE349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE349; }
p { color: rgb(218,227,73); }
H1.HeaderClassName
{
color: #DAE349;
}
.AnyTagClassName
{
color: #DAE349;
}
</style>
background-color css
<style>
a { background-color: #DAE349; }
a { background-color: rgb(218,227,73); }
div.DivClassName
{
background-color: #DAE349;
}
.BgClassName
{
background-color: #DAE349;
}
</style>
border-color css
<style>
span { border-color: #DAE349; }
span { border-color: rgb(218,227,73); }
td.TdClassName
{
border-color: #DAE349;
}
.TagClassName
{
border-color: #DAE349;
}
</style>