Shades of Manz #DBD155
Tints of Manz #DBD155
RGB
CMYK
RGB Variations
Color information
#DBD155 (or 0xDBD155) is known color: Manz. HEX triplet: DB, D1 and 55. RGB value is (219,209,85). Sum of RGB (Red+Green+Blue) = 219+209+85=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD155 is #242EAA. Grayscale: #C6C6C6. Windows color (decimal): -2371243 or 5624283. OLE color: 5624283.
HSL color Cylindrical-coordinate representation of color #DBD155: hue angle of 55.52º 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 #DBD155 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 85 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.14 |
| HSL | 55.52º | 0.65% | 0.6% | - |
| HSV(B) | 55.52º | 0.61% | 0.86% | - |
| XYZ | 53.65 | 61.32 | 17.6 | - |
| YUV | 197.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 85 | 0 | 0.05 | 0.61 | 0.14 | 55.52 | 0.65 | 0.6 |
| Hex | DB | D1 | 55 | 0 | 5 | 3D | E | 38 | 41 | 3C |
| Octal | 333 | 321 | 125 | 0 | 5 | 75 | 16 | 70 | 101 | 74 |
| Binary | 11011011 | 11010001 | 1010101 | 0 | 101 | 111101 | 1110 | 111000 | 1000001 | 111100 |
Color Harmonies of #DBD155
Complementary color
Monochromatic Colors of #DBD155
Black with #DBD155
Text Example
Text Example
White with #DBD155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD155; }
p { color: rgb(219,209,85); }
H1.HeaderClassName
{
color: #DBD155;
}
.AnyTagClassName
{
color: #DBD155;
}
</style>
background-color css
<style>
a { background-color: #DBD155; }
a { background-color: rgb(219,209,85); }
div.DivClassName
{
background-color: #DBD155;
}
.BgClassName
{
background-color: #DBD155;
}
</style>
border-color css
<style>
span { border-color: #DBD155; }
span { border-color: rgb(219,209,85); }
td.TdClassName
{
border-color: #DBD155;
}
.TagClassName
{
border-color: #DBD155;
}
</style>