Shades of Manz #DBD854
Tints of Manz #DBD854
RGB
CMYK
RGB Variations
Color information
#DBD854 (or 0xDBD854) is known color: Manz. HEX triplet: DB, D8 and 54. RGB value is (219,216,84). Sum of RGB (Red+Green+Blue) = 219+216+84=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD854 is #2427AB. Grayscale: #CACACA. Windows color (decimal): -2369452 or 5560539. OLE color: 5560539.
HSL color Cylindrical-coordinate representation of color #DBD854: hue angle of 58.67º 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 #DBD854 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 84 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.14 |
| HSL | 58.67º | 0.65% | 0.59% | - |
| HSV(B) | 58.67º | 0.62% | 0.86% | - |
| XYZ | 55.37 | 64.81 | 17.98 | - |
| YUV | 201.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 84 | 0 | 0.01 | 0.62 | 0.14 | 58.67 | 0.65 | 0.59 |
| Hex | DB | D8 | 54 | 0 | 1 | 3E | E | 3B | 41 | 3B |
| Octal | 333 | 330 | 124 | 0 | 1 | 76 | 16 | 73 | 101 | 73 |
| Binary | 11011011 | 11011000 | 1010100 | 0 | 1 | 111110 | 1110 | 111011 | 1000001 | 111011 |
Color Harmonies of #DBD854
Complementary color
Monochromatic Colors of #DBD854
Black with #DBD854
Text Example
Text Example
White with #DBD854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD854; }
p { color: rgb(219,216,84); }
H1.HeaderClassName
{
color: #DBD854;
}
.AnyTagClassName
{
color: #DBD854;
}
</style>
background-color css
<style>
a { background-color: #DBD854; }
a { background-color: rgb(219,216,84); }
div.DivClassName
{
background-color: #DBD854;
}
.BgClassName
{
background-color: #DBD854;
}
</style>
border-color css
<style>
span { border-color: #DBD854; }
span { border-color: rgb(219,216,84); }
td.TdClassName
{
border-color: #DBD854;
}
.TagClassName
{
border-color: #DBD854;
}
</style>