Shades of Manz #DADE51
Tints of Manz #DADE51
RGB
CMYK
RGB Variations
Color information
#DADE51 (or 0xDADE51) is known color: Manz. HEX triplet: DA, DE and 51. RGB value is (218,222,81). Sum of RGB (Red+Green+Blue) = 218+222+81=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE51 is #2521AE. Grayscale: #CDCDCD. Windows color (decimal): -2433455 or 5365466. OLE color: 5365466.
HSL color Cylindrical-coordinate representation of color #DADE51: hue angle of 61.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DADE51 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 81 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.13 |
| HSL | 61.7º | 0.68% | 0.59% | - |
| HSV(B) | 61.7º | 0.64% | 0.87% | - |
| XYZ | 56.52 | 67.74 | 17.88 | - |
| YUV | 204.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 81 | 0.02 | 0 | 0.64 | 0.13 | 61.7 | 0.68 | 0.59 |
| Hex | DA | DE | 51 | 2 | 0 | 40 | D | 3E | 44 | 3B |
| Octal | 332 | 336 | 121 | 2 | 0 | 100 | 15 | 76 | 104 | 73 |
| Binary | 11011010 | 11011110 | 1010001 | 10 | 0 | 1000000 | 1101 | 111110 | 1000100 | 111011 |
Color Harmonies of #DADE51
Complementary color
Monochromatic Colors of #DADE51
Black with #DADE51
Text Example
Text Example
White with #DADE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE51; }
p { color: rgb(218,222,81); }
H1.HeaderClassName
{
color: #DADE51;
}
.AnyTagClassName
{
color: #DADE51;
}
</style>
background-color css
<style>
a { background-color: #DADE51; }
a { background-color: rgb(218,222,81); }
div.DivClassName
{
background-color: #DADE51;
}
.BgClassName
{
background-color: #DADE51;
}
</style>
border-color css
<style>
span { border-color: #DADE51; }
span { border-color: rgb(218,222,81); }
td.TdClassName
{
border-color: #DADE51;
}
.TagClassName
{
border-color: #DADE51;
}
</style>