Shades of Manz #DBD153
Tints of Manz #DBD153
RGB
CMYK
RGB Variations
Color information
#DBD153 (or 0xDBD153) is known color: Manz. HEX triplet: DB, D1 and 53. RGB value is (219,209,83). Sum of RGB (Red+Green+Blue) = 219+209+83=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD153 is #242EAC. Grayscale: #C6C6C6. Windows color (decimal): -2371245 or 5493211. OLE color: 5493211.
HSL color Cylindrical-coordinate representation of color #DBD153: hue angle of 55.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBD153 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 83 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.14 |
| HSL | 55.59º | 0.65% | 0.59% | - |
| HSV(B) | 55.59º | 0.62% | 0.86% | - |
| XYZ | 53.58 | 61.29 | 17.19 | - |
| YUV | 197.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 83 | 0 | 0.05 | 0.62 | 0.14 | 55.59 | 0.65 | 0.59 |
| Hex | DB | D1 | 53 | 0 | 5 | 3E | E | 38 | 41 | 3B |
| Octal | 333 | 321 | 123 | 0 | 5 | 76 | 16 | 70 | 101 | 73 |
| Binary | 11011011 | 11010001 | 1010011 | 0 | 101 | 111110 | 1110 | 111000 | 1000001 | 111011 |
Color Harmonies of #DBD153
Complementary color
Monochromatic Colors of #DBD153
Black with #DBD153
Text Example
Text Example
White with #DBD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD153; }
p { color: rgb(219,209,83); }
H1.HeaderClassName
{
color: #DBD153;
}
.AnyTagClassName
{
color: #DBD153;
}
</style>
background-color css
<style>
a { background-color: #DBD153; }
a { background-color: rgb(219,209,83); }
div.DivClassName
{
background-color: #DBD153;
}
.BgClassName
{
background-color: #DBD153;
}
</style>
border-color css
<style>
span { border-color: #DBD153; }
span { border-color: rgb(219,209,83); }
td.TdClassName
{
border-color: #DBD153;
}
.TagClassName
{
border-color: #DBD153;
}
</style>