Shades of Manz #DAE052
Tints of Manz #DAE052
RGB
CMYK
RGB Variations
Color information
#DAE052 (or 0xDAE052) is known color: Manz. HEX triplet: DA, E0 and 52. RGB value is (218,224,82). Sum of RGB (Red+Green+Blue) = 218+224+82=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE052 is #251FAD. Grayscale: #CECECE. Windows color (decimal): -2432942 or 5431514. OLE color: 5431514.
HSL color Cylindrical-coordinate representation of color #DAE052: hue angle of 62.54º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE052 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 82 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.12 |
| HSL | 62.54º | 0.7% | 0.6% | - |
| HSV(B) | 62.54º | 0.63% | 0.88% | - |
| XYZ | 57.09 | 68.83 | 18.26 | - |
| YUV | 206.02 | 58.01 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 82 | 0.03 | 0 | 0.63 | 0.12 | 62.54 | 0.7 | 0.6 |
| Hex | DA | E0 | 52 | 3 | 0 | 3F | C | 3F | 46 | 3C |
| Octal | 332 | 340 | 122 | 3 | 0 | 77 | 14 | 77 | 106 | 74 |
| Binary | 11011010 | 11100000 | 1010010 | 11 | 0 | 111111 | 1100 | 111111 | 1000110 | 111100 |
Color Harmonies of #DAE052
Complementary color
Monochromatic Colors of #DAE052
Black with #DAE052
Text Example
Text Example
White with #DAE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE052; }
p { color: rgb(218,224,82); }
H1.HeaderClassName
{
color: #DAE052;
}
.AnyTagClassName
{
color: #DAE052;
}
</style>
background-color css
<style>
a { background-color: #DAE052; }
a { background-color: rgb(218,224,82); }
div.DivClassName
{
background-color: #DAE052;
}
.BgClassName
{
background-color: #DAE052;
}
</style>
border-color css
<style>
span { border-color: #DAE052; }
span { border-color: rgb(218,224,82); }
td.TdClassName
{
border-color: #DAE052;
}
.TagClassName
{
border-color: #DAE052;
}
</style>