Shades of Manz #DADB51
Tints of Manz #DADB51
RGB
CMYK
RGB Variations
Color information
#DADB51 (or 0xDADB51) is known color: Manz. HEX triplet: DA, DB and 51. RGB value is (218,219,81). Sum of RGB (Red+Green+Blue) = 218+219+81=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB51 is #2524AE. Grayscale: #CBCBCB. Windows color (decimal): -2434223 or 5364698. OLE color: 5364698.
HSL color Cylindrical-coordinate representation of color #DADB51: hue angle of 60.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DADB51 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 81 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.14 |
| HSL | 60.43º | 0.66% | 0.59% | - |
| HSV(B) | 60.43º | 0.63% | 0.86% | - |
| XYZ | 55.73 | 66.16 | 17.62 | - |
| YUV | 202.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 81 | 0.00 | 0 | 0.63 | 0.14 | 60.43 | 0.66 | 0.59 |
| Hex | DA | DB | 51 | 0 | 0 | 3F | E | 3C | 42 | 3B |
| Octal | 332 | 333 | 121 | 0 | 0 | 77 | 16 | 74 | 102 | 73 |
| Binary | 11011010 | 11011011 | 1010001 | 0 | 0 | 111111 | 1110 | 111100 | 1000010 | 111011 |
Color Harmonies of #DADB51
Complementary color
Monochromatic Colors of #DADB51
Black with #DADB51
Text Example
Text Example
White with #DADB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB51; }
p { color: rgb(218,219,81); }
H1.HeaderClassName
{
color: #DADB51;
}
.AnyTagClassName
{
color: #DADB51;
}
</style>
background-color css
<style>
a { background-color: #DADB51; }
a { background-color: rgb(218,219,81); }
div.DivClassName
{
background-color: #DADB51;
}
.BgClassName
{
background-color: #DADB51;
}
</style>
border-color css
<style>
span { border-color: #DADB51; }
span { border-color: rgb(218,219,81); }
td.TdClassName
{
border-color: #DADB51;
}
.TagClassName
{
border-color: #DADB51;
}
</style>