Shades of Manz #DBDC50
Tints of Manz #DBDC50
RGB
CMYK
RGB Variations
Color information
#DBDC50 (or 0xDBDC50) is known color: Manz. HEX triplet: DB, DC and 50. RGB value is (219,220,80). Sum of RGB (Red+Green+Blue) = 219+220+80=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC50 is #2423AF. Grayscale: #CCCCCC. Windows color (decimal): -2368432 or 5299419. OLE color: 5299419.
HSL color Cylindrical-coordinate representation of color #DBDC50: hue angle of 60.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBDC50 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 80 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.14 |
| HSL | 60.43º | 0.67% | 0.59% | - |
| HSV(B) | 60.43º | 0.64% | 0.86% | - |
| XYZ | 56.25 | 66.83 | 17.52 | - |
| YUV | 203.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 80 | 0.00 | 0 | 0.64 | 0.14 | 60.43 | 0.67 | 0.59 |
| Hex | DB | DC | 50 | 0 | 0 | 40 | E | 3C | 43 | 3B |
| Octal | 333 | 334 | 120 | 0 | 0 | 100 | 16 | 74 | 103 | 73 |
| Binary | 11011011 | 11011100 | 1010000 | 0 | 0 | 1000000 | 1110 | 111100 | 1000011 | 111011 |
Color Harmonies of #DBDC50
Complementary color
Monochromatic Colors of #DBDC50
Black with #DBDC50
Text Example
Text Example
White with #DBDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC50; }
p { color: rgb(219,220,80); }
H1.HeaderClassName
{
color: #DBDC50;
}
.AnyTagClassName
{
color: #DBDC50;
}
</style>
background-color css
<style>
a { background-color: #DBDC50; }
a { background-color: rgb(219,220,80); }
div.DivClassName
{
background-color: #DBDC50;
}
.BgClassName
{
background-color: #DBDC50;
}
</style>
border-color css
<style>
span { border-color: #DBDC50; }
span { border-color: rgb(219,220,80); }
td.TdClassName
{
border-color: #DBDC50;
}
.TagClassName
{
border-color: #DBDC50;
}
</style>