Shades of Manz #DBDD50
Tints of Manz #DBDD50
RGB
CMYK
RGB Variations
Color information
#DBDD50 (or 0xDBDD50) is known color: Manz. HEX triplet: DB, DD and 50. RGB value is (219,221,80). Sum of RGB (Red+Green+Blue) = 219+221+80=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD50 is #2422AF. Grayscale: #CCCCCC. Windows color (decimal): -2368176 or 5299675. OLE color: 5299675.
HSL color Cylindrical-coordinate representation of color #DBDD50: hue angle of 60.85º degrees, saturation: 0.67, 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 #DBDD50 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 80 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.13 |
| HSL | 60.85º | 0.67% | 0.59% | - |
| HSV(B) | 60.85º | 0.64% | 0.87% | - |
| XYZ | 56.52 | 67.35 | 17.61 | - |
| YUV | 204.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 80 | 0.01 | 0 | 0.64 | 0.13 | 60.85 | 0.67 | 0.59 |
| Hex | DB | DD | 50 | 1 | 0 | 40 | D | 3D | 43 | 3B |
| Octal | 333 | 335 | 120 | 1 | 0 | 100 | 15 | 75 | 103 | 73 |
| Binary | 11011011 | 11011101 | 1010000 | 1 | 0 | 1000000 | 1101 | 111101 | 1000011 | 111011 |
Color Harmonies of #DBDD50
Complementary color
Monochromatic Colors of #DBDD50
Black with #DBDD50
Text Example
Text Example
White with #DBDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD50; }
p { color: rgb(219,221,80); }
H1.HeaderClassName
{
color: #DBDD50;
}
.AnyTagClassName
{
color: #DBDD50;
}
</style>
background-color css
<style>
a { background-color: #DBDD50; }
a { background-color: rgb(219,221,80); }
div.DivClassName
{
background-color: #DBDD50;
}
.BgClassName
{
background-color: #DBDD50;
}
</style>
border-color css
<style>
span { border-color: #DBDD50; }
span { border-color: rgb(219,221,80); }
td.TdClassName
{
border-color: #DBDD50;
}
.TagClassName
{
border-color: #DBDD50;
}
</style>