Shades of Manz #DAE051
Tints of Manz #DAE051
RGB
CMYK
RGB Variations
Color information
#DAE051 (or 0xDAE051) is known color: Manz. HEX triplet: DA, E0 and 51. RGB value is (218,224,81). Sum of RGB (Red+Green+Blue) = 218+224+81=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE051 is #251FAE. Grayscale: #CECECE. Windows color (decimal): -2432943 or 5365978. OLE color: 5365978.
HSL color Cylindrical-coordinate representation of color #DAE051: hue angle of 62.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAE051 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 81 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.12 |
| HSL | 62.52º | 0.7% | 0.6% | - |
| HSV(B) | 62.52º | 0.64% | 0.88% | - |
| XYZ | 57.05 | 68.81 | 18.06 | - |
| YUV | 205.9 | 57.51 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 81 | 0.03 | 0 | 0.64 | 0.12 | 62.52 | 0.7 | 0.6 |
| Hex | DA | E0 | 51 | 3 | 0 | 40 | C | 3F | 46 | 3C |
| Octal | 332 | 340 | 121 | 3 | 0 | 100 | 14 | 77 | 106 | 74 |
| Binary | 11011010 | 11100000 | 1010001 | 11 | 0 | 1000000 | 1100 | 111111 | 1000110 | 111100 |
Color Harmonies of #DAE051
Complementary color
Monochromatic Colors of #DAE051
Black with #DAE051
Text Example
Text Example
White with #DAE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE051; }
p { color: rgb(218,224,81); }
H1.HeaderClassName
{
color: #DAE051;
}
.AnyTagClassName
{
color: #DAE051;
}
</style>
background-color css
<style>
a { background-color: #DAE051; }
a { background-color: rgb(218,224,81); }
div.DivClassName
{
background-color: #DAE051;
}
.BgClassName
{
background-color: #DAE051;
}
</style>
border-color css
<style>
span { border-color: #DAE051; }
span { border-color: rgb(218,224,81); }
td.TdClassName
{
border-color: #DAE051;
}
.TagClassName
{
border-color: #DAE051;
}
</style>