Shades of Manz #DBD154
Tints of Manz #DBD154
RGB
CMYK
RGB Variations
Color information
#DBD154 (or 0xDBD154) is known color: Manz. HEX triplet: DB, D1 and 54. RGB value is (219,209,84). Sum of RGB (Red+Green+Blue) = 219+209+84=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD154 is #242EAB. Grayscale: #C6C6C6. Windows color (decimal): -2371244 or 5558747. OLE color: 5558747.
HSL color Cylindrical-coordinate representation of color #DBD154: hue angle of 55.56º 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 #DBD154 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 84 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.14 |
| HSL | 55.56º | 0.65% | 0.59% | - |
| HSV(B) | 55.56º | 0.62% | 0.86% | - |
| XYZ | 53.61 | 61.3 | 17.39 | - |
| YUV | 197.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 84 | 0 | 0.05 | 0.62 | 0.14 | 55.56 | 0.65 | 0.59 |
| Hex | DB | D1 | 54 | 0 | 5 | 3E | E | 38 | 41 | 3B |
| Octal | 333 | 321 | 124 | 0 | 5 | 76 | 16 | 70 | 101 | 73 |
| Binary | 11011011 | 11010001 | 1010100 | 0 | 101 | 111110 | 1110 | 111000 | 1000001 | 111011 |
Color Harmonies of #DBD154
Complementary color
Monochromatic Colors of #DBD154
Black with #DBD154
Text Example
Text Example
White with #DBD154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD154; }
p { color: rgb(219,209,84); }
H1.HeaderClassName
{
color: #DBD154;
}
.AnyTagClassName
{
color: #DBD154;
}
</style>
background-color css
<style>
a { background-color: #DBD154; }
a { background-color: rgb(219,209,84); }
div.DivClassName
{
background-color: #DBD154;
}
.BgClassName
{
background-color: #DBD154;
}
</style>
border-color css
<style>
span { border-color: #DBD154; }
span { border-color: rgb(219,209,84); }
td.TdClassName
{
border-color: #DBD154;
}
.TagClassName
{
border-color: #DBD154;
}
</style>