Shades of Manz #DBD853
Tints of Manz #DBD853
RGB
CMYK
RGB Variations
Color information
#DBD853 (or 0xDBD853) is known color: Manz. HEX triplet: DB, D8 and 53. RGB value is (219,216,83). Sum of RGB (Red+Green+Blue) = 219+216+83=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD853 is #2427AC. Grayscale: #CACACA. Windows color (decimal): -2369453 or 5495003. OLE color: 5495003.
HSL color Cylindrical-coordinate representation of color #DBD853: hue angle of 58.68º 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 #DBD853 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 83 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.14 |
| HSL | 58.68º | 0.65% | 0.59% | - |
| HSV(B) | 58.68º | 0.62% | 0.86% | - |
| XYZ | 55.33 | 64.8 | 17.77 | - |
| YUV | 201.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 83 | 0 | 0.01 | 0.62 | 0.14 | 58.68 | 0.65 | 0.59 |
| Hex | DB | D8 | 53 | 0 | 1 | 3E | E | 3B | 41 | 3B |
| Octal | 333 | 330 | 123 | 0 | 1 | 76 | 16 | 73 | 101 | 73 |
| Binary | 11011011 | 11011000 | 1010011 | 0 | 1 | 111110 | 1110 | 111011 | 1000001 | 111011 |
Color Harmonies of #DBD853
Complementary color
Monochromatic Colors of #DBD853
Black with #DBD853
Text Example
Text Example
White with #DBD853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD853; }
p { color: rgb(219,216,83); }
H1.HeaderClassName
{
color: #DBD853;
}
.AnyTagClassName
{
color: #DBD853;
}
</style>
background-color css
<style>
a { background-color: #DBD853; }
a { background-color: rgb(219,216,83); }
div.DivClassName
{
background-color: #DBD853;
}
.BgClassName
{
background-color: #DBD853;
}
</style>
border-color css
<style>
span { border-color: #DBD853; }
span { border-color: rgb(219,216,83); }
td.TdClassName
{
border-color: #DBD853;
}
.TagClassName
{
border-color: #DBD853;
}
</style>