Shades of Manz #DBD955
Tints of Manz #DBD955
RGB
CMYK
RGB Variations
Color information
#DBD955 (or 0xDBD955) is known color: Manz. HEX triplet: DB, D9 and 55. RGB value is (219,217,85). Sum of RGB (Red+Green+Blue) = 219+217+85=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD955 is #2426AA. Grayscale: #CBCBCB. Windows color (decimal): -2369195 or 5626331. OLE color: 5626331.
HSL color Cylindrical-coordinate representation of color #DBD955: hue angle of 59.1º 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 #DBD955 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 85 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.14 |
| HSL | 59.1º | 0.65% | 0.6% | - |
| HSV(B) | 59.1º | 0.61% | 0.86% | - |
| XYZ | 55.67 | 65.34 | 18.27 | - |
| YUV | 202.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 85 | 0 | 0.01 | 0.61 | 0.14 | 59.1 | 0.65 | 0.6 |
| Hex | DB | D9 | 55 | 0 | 1 | 3D | E | 3B | 41 | 3C |
| Octal | 333 | 331 | 125 | 0 | 1 | 75 | 16 | 73 | 101 | 74 |
| Binary | 11011011 | 11011001 | 1010101 | 0 | 1 | 111101 | 1110 | 111011 | 1000001 | 111100 |
Color Harmonies of #DBD955
Complementary color
Monochromatic Colors of #DBD955
Black with #DBD955
Text Example
Text Example
White with #DBD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD955; }
p { color: rgb(219,217,85); }
H1.HeaderClassName
{
color: #DBD955;
}
.AnyTagClassName
{
color: #DBD955;
}
</style>
background-color css
<style>
a { background-color: #DBD955; }
a { background-color: rgb(219,217,85); }
div.DivClassName
{
background-color: #DBD955;
}
.BgClassName
{
background-color: #DBD955;
}
</style>
border-color css
<style>
span { border-color: #DBD955; }
span { border-color: rgb(219,217,85); }
td.TdClassName
{
border-color: #DBD955;
}
.TagClassName
{
border-color: #DBD955;
}
</style>