Shades of Manz #DBD255
Tints of Manz #DBD255
RGB
CMYK
RGB Variations
Color information
#DBD255 (or 0xDBD255) is known color: Manz. HEX triplet: DB, D2 and 55. RGB value is (219,210,85). Sum of RGB (Red+Green+Blue) = 219+210+85=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD255 is #242DAA. Grayscale: #C6C6C6. Windows color (decimal): -2370987 or 5624539. OLE color: 5624539.
HSL color Cylindrical-coordinate representation of color #DBD255: hue angle of 55.97º 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 #DBD255 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 85 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.14 |
| HSL | 55.97º | 0.65% | 0.6% | - |
| HSV(B) | 55.97º | 0.61% | 0.86% | - |
| XYZ | 53.9 | 61.81 | 17.68 | - |
| YUV | 198.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 85 | 0 | 0.04 | 0.61 | 0.14 | 55.97 | 0.65 | 0.6 |
| Hex | DB | D2 | 55 | 0 | 4 | 3D | E | 38 | 41 | 3C |
| Octal | 333 | 322 | 125 | 0 | 4 | 75 | 16 | 70 | 101 | 74 |
| Binary | 11011011 | 11010010 | 1010101 | 0 | 100 | 111101 | 1110 | 111000 | 1000001 | 111100 |
Color Harmonies of #DBD255
Complementary color
Monochromatic Colors of #DBD255
Black with #DBD255
Text Example
Text Example
White with #DBD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD255; }
p { color: rgb(219,210,85); }
H1.HeaderClassName
{
color: #DBD255;
}
.AnyTagClassName
{
color: #DBD255;
}
</style>
background-color css
<style>
a { background-color: #DBD255; }
a { background-color: rgb(219,210,85); }
div.DivClassName
{
background-color: #DBD255;
}
.BgClassName
{
background-color: #DBD255;
}
</style>
border-color css
<style>
span { border-color: #DBD255; }
span { border-color: rgb(219,210,85); }
td.TdClassName
{
border-color: #DBD255;
}
.TagClassName
{
border-color: #DBD255;
}
</style>