Shades of Manz #DBD459
Tints of Manz #DBD459
RGB
CMYK
RGB Variations
Color information
#DBD459 (or 0xDBD459) is known color: Manz. HEX triplet: DB, D4 and 59. RGB value is (219,212,89). Sum of RGB (Red+Green+Blue) = 219+212+89=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD459 is #242BA6. Grayscale: #C8C8C8. Windows color (decimal): -2370471 or 5887195. OLE color: 5887195.
HSL color Cylindrical-coordinate representation of color #DBD459: hue angle of 56.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBD459 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 89 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.14 |
| HSL | 56.77º | 0.64% | 0.6% | - |
| HSV(B) | 56.77º | 0.59% | 0.86% | - |
| XYZ | 54.56 | 62.87 | 18.71 | - |
| YUV | 200.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 89 | 0 | 0.03 | 0.59 | 0.14 | 56.77 | 0.64 | 0.6 |
| Hex | DB | D4 | 59 | 0 | 3 | 3B | E | 39 | 40 | 3C |
| Octal | 333 | 324 | 131 | 0 | 3 | 73 | 16 | 71 | 100 | 74 |
| Binary | 11011011 | 11010100 | 1011001 | 0 | 11 | 111011 | 1110 | 111001 | 1000000 | 111100 |
Color Harmonies of #DBD459
Complementary color
Monochromatic Colors of #DBD459
Black with #DBD459
Text Example
Text Example
White with #DBD459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD459; }
p { color: rgb(219,212,89); }
H1.HeaderClassName
{
color: #DBD459;
}
.AnyTagClassName
{
color: #DBD459;
}
</style>
background-color css
<style>
a { background-color: #DBD459; }
a { background-color: rgb(219,212,89); }
div.DivClassName
{
background-color: #DBD459;
}
.BgClassName
{
background-color: #DBD459;
}
</style>
border-color css
<style>
span { border-color: #DBD459; }
span { border-color: rgb(219,212,89); }
td.TdClassName
{
border-color: #DBD459;
}
.TagClassName
{
border-color: #DBD459;
}
</style>