Shades of Manz #DBD054
Tints of Manz #DBD054
RGB
CMYK
RGB Variations
Color information
#DBD054 (or 0xDBD054) is known color: Manz. HEX triplet: DB, D0 and 54. RGB value is (219,208,84). Sum of RGB (Red+Green+Blue) = 219+208+84=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD054 is #242FAB. Grayscale: #C5C5C5. Windows color (decimal): -2371500 or 5558491. OLE color: 5558491.
HSL color Cylindrical-coordinate representation of color #DBD054: hue angle of 55.11º 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 #DBD054 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 84 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.14 |
| HSL | 55.11º | 0.65% | 0.59% | - |
| HSV(B) | 55.11º | 0.62% | 0.86% | - |
| XYZ | 53.37 | 60.81 | 17.31 | - |
| YUV | 197.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 84 | 0 | 0.05 | 0.62 | 0.14 | 55.11 | 0.65 | 0.59 |
| Hex | DB | D0 | 54 | 0 | 5 | 3E | E | 37 | 41 | 3B |
| Octal | 333 | 320 | 124 | 0 | 5 | 76 | 16 | 67 | 101 | 73 |
| Binary | 11011011 | 11010000 | 1010100 | 0 | 101 | 111110 | 1110 | 110111 | 1000001 | 111011 |
Color Harmonies of #DBD054
Complementary color
Monochromatic Colors of #DBD054
Black with #DBD054
Text Example
Text Example
White with #DBD054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD054; }
p { color: rgb(219,208,84); }
H1.HeaderClassName
{
color: #DBD054;
}
.AnyTagClassName
{
color: #DBD054;
}
</style>
background-color css
<style>
a { background-color: #DBD054; }
a { background-color: rgb(219,208,84); }
div.DivClassName
{
background-color: #DBD054;
}
.BgClassName
{
background-color: #DBD054;
}
</style>
border-color css
<style>
span { border-color: #DBD054; }
span { border-color: rgb(219,208,84); }
td.TdClassName
{
border-color: #DBD054;
}
.TagClassName
{
border-color: #DBD054;
}
</style>