Shades of Manz #DBDA50
Tints of Manz #DBDA50
RGB
CMYK
RGB Variations
Color information
#DBDA50 (or 0xDBDA50) is known color: Manz. HEX triplet: DB, DA and 50. RGB value is (219,218,80). Sum of RGB (Red+Green+Blue) = 219+218+80=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA50 is #2425AF. Grayscale: #CBCBCB. Windows color (decimal): -2368944 or 5298907. OLE color: 5298907.
HSL color Cylindrical-coordinate representation of color #DBDA50: hue angle of 59.57º 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 #DBDA50 is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 80 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.14 |
| HSL | 59.57º | 0.66% | 0.59% | - |
| HSV(B) | 59.57º | 0.63% | 0.86% | - |
| XYZ | 55.73 | 65.78 | 17.35 | - |
| YUV | 202.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 80 | 0 | 0.00 | 0.63 | 0.14 | 59.57 | 0.66 | 0.59 |
| Hex | DB | DA | 50 | 0 | 0 | 3F | E | 3C | 42 | 3B |
| Octal | 333 | 332 | 120 | 0 | 0 | 77 | 16 | 74 | 102 | 73 |
| Binary | 11011011 | 11011010 | 1010000 | 0 | 0 | 111111 | 1110 | 111100 | 1000010 | 111011 |
Color Harmonies of #DBDA50
Complementary color
Monochromatic Colors of #DBDA50
Black with #DBDA50
Text Example
Text Example
White with #DBDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA50; }
p { color: rgb(219,218,80); }
H1.HeaderClassName
{
color: #DBDA50;
}
.AnyTagClassName
{
color: #DBDA50;
}
</style>
background-color css
<style>
a { background-color: #DBDA50; }
a { background-color: rgb(219,218,80); }
div.DivClassName
{
background-color: #DBDA50;
}
.BgClassName
{
background-color: #DBDA50;
}
</style>
border-color css
<style>
span { border-color: #DBDA50; }
span { border-color: rgb(219,218,80); }
td.TdClassName
{
border-color: #DBDA50;
}
.TagClassName
{
border-color: #DBDA50;
}
</style>