Shades of Manz #DBD852
Tints of Manz #DBD852
RGB
CMYK
RGB Variations
Color information
#DBD852 (or 0xDBD852) is known color: Manz. HEX triplet: DB, D8 and 52. RGB value is (219,216,82). Sum of RGB (Red+Green+Blue) = 219+216+82=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD852 is #2427AD. Grayscale: #CACACA. Windows color (decimal): -2369454 or 5429467. OLE color: 5429467.
HSL color Cylindrical-coordinate representation of color #DBD852: hue angle of 58.69º 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 #DBD852 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 82 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.14 |
| HSL | 58.69º | 0.66% | 0.59% | - |
| HSV(B) | 58.69º | 0.63% | 0.86% | - |
| XYZ | 55.29 | 64.78 | 17.57 | - |
| YUV | 201.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 82 | 0 | 0.01 | 0.63 | 0.14 | 58.69 | 0.66 | 0.59 |
| Hex | DB | D8 | 52 | 0 | 1 | 3F | E | 3B | 42 | 3B |
| Octal | 333 | 330 | 122 | 0 | 1 | 77 | 16 | 73 | 102 | 73 |
| Binary | 11011011 | 11011000 | 1010010 | 0 | 1 | 111111 | 1110 | 111011 | 1000010 | 111011 |
Color Harmonies of #DBD852
Complementary color
Monochromatic Colors of #DBD852
Black with #DBD852
Text Example
Text Example
White with #DBD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD852; }
p { color: rgb(219,216,82); }
H1.HeaderClassName
{
color: #DBD852;
}
.AnyTagClassName
{
color: #DBD852;
}
</style>
background-color css
<style>
a { background-color: #DBD852; }
a { background-color: rgb(219,216,82); }
div.DivClassName
{
background-color: #DBD852;
}
.BgClassName
{
background-color: #DBD852;
}
</style>
border-color css
<style>
span { border-color: #DBD852; }
span { border-color: rgb(219,216,82); }
td.TdClassName
{
border-color: #DBD852;
}
.TagClassName
{
border-color: #DBD852;
}
</style>