Shades of Manz #DBD352
Tints of Manz #DBD352
RGB
CMYK
RGB Variations
Color information
#DBD352 (or 0xDBD352) is known color: Manz. HEX triplet: DB, D3 and 52. RGB value is (219,211,82). Sum of RGB (Red+Green+Blue) = 219+211+82=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD352 is #242CAD. Grayscale: #C7C7C7. Windows color (decimal): -2370734 or 5428187. OLE color: 5428187.
HSL color Cylindrical-coordinate representation of color #DBD352: hue angle of 56.5º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBD352 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 82 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.14 |
| HSL | 56.5º | 0.66% | 0.59% | - |
| HSV(B) | 56.5º | 0.63% | 0.86% | - |
| XYZ | 54.03 | 62.26 | 17.15 | - |
| YUV | 198.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 82 | 0 | 0.04 | 0.63 | 0.14 | 56.5 | 0.66 | 0.59 |
| Hex | DB | D3 | 52 | 0 | 4 | 3F | E | 38 | 42 | 3B |
| Octal | 333 | 323 | 122 | 0 | 4 | 77 | 16 | 70 | 102 | 73 |
| Binary | 11011011 | 11010011 | 1010010 | 0 | 100 | 111111 | 1110 | 111000 | 1000010 | 111011 |
Color Harmonies of #DBD352
Complementary color
Monochromatic Colors of #DBD352
Black with #DBD352
Text Example
Text Example
White with #DBD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD352; }
p { color: rgb(219,211,82); }
H1.HeaderClassName
{
color: #DBD352;
}
.AnyTagClassName
{
color: #DBD352;
}
</style>
background-color css
<style>
a { background-color: #DBD352; }
a { background-color: rgb(219,211,82); }
div.DivClassName
{
background-color: #DBD352;
}
.BgClassName
{
background-color: #DBD352;
}
</style>
border-color css
<style>
span { border-color: #DBD352; }
span { border-color: rgb(219,211,82); }
td.TdClassName
{
border-color: #DBD352;
}
.TagClassName
{
border-color: #DBD352;
}
</style>