Shades of Manz #DBD355
Tints of Manz #DBD355
RGB
CMYK
RGB Variations
Color information
#DBD355 (or 0xDBD355) is known color: Manz. HEX triplet: DB, D3 and 55. RGB value is (219,211,85). Sum of RGB (Red+Green+Blue) = 219+211+85=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD355 is #242CAA. Grayscale: #C7C7C7. Windows color (decimal): -2370731 or 5624795. OLE color: 5624795.
HSL color Cylindrical-coordinate representation of color #DBD355: hue angle of 56.42º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBD355 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 85 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.14 |
| HSL | 56.42º | 0.65% | 0.6% | - |
| HSV(B) | 56.42º | 0.61% | 0.86% | - |
| XYZ | 54.15 | 62.3 | 17.77 | - |
| YUV | 199.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 85 | 0 | 0.04 | 0.61 | 0.14 | 56.42 | 0.65 | 0.6 |
| Hex | DB | D3 | 55 | 0 | 4 | 3D | E | 38 | 41 | 3C |
| Octal | 333 | 323 | 125 | 0 | 4 | 75 | 16 | 70 | 101 | 74 |
| Binary | 11011011 | 11010011 | 1010101 | 0 | 100 | 111101 | 1110 | 111000 | 1000001 | 111100 |
Color Harmonies of #DBD355
Complementary color
Monochromatic Colors of #DBD355
Black with #DBD355
Text Example
Text Example
White with #DBD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD355; }
p { color: rgb(219,211,85); }
H1.HeaderClassName
{
color: #DBD355;
}
.AnyTagClassName
{
color: #DBD355;
}
</style>
background-color css
<style>
a { background-color: #DBD355; }
a { background-color: rgb(219,211,85); }
div.DivClassName
{
background-color: #DBD355;
}
.BgClassName
{
background-color: #DBD355;
}
</style>
border-color css
<style>
span { border-color: #DBD355; }
span { border-color: rgb(219,211,85); }
td.TdClassName
{
border-color: #DBD355;
}
.TagClassName
{
border-color: #DBD355;
}
</style>