Shades of Manz #DBD257
Tints of Manz #DBD257
RGB
CMYK
RGB Variations
Color information
#DBD257 (or 0xDBD257) is known color: Manz. HEX triplet: DB, D2 and 57. RGB value is (219,210,87). Sum of RGB (Red+Green+Blue) = 219+210+87=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD257 is #242DA8. Grayscale: #C7C7C7. Windows color (decimal): -2370985 or 5755611. OLE color: 5755611.
HSL color Cylindrical-coordinate representation of color #DBD257: hue angle of 55.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBD257 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 87 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.14 |
| HSL | 55.91º | 0.65% | 0.6% | - |
| HSV(B) | 55.91º | 0.6% | 0.86% | - |
| XYZ | 53.98 | 61.84 | 18.11 | - |
| YUV | 198.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 87 | 0 | 0.04 | 0.60 | 0.14 | 55.91 | 0.65 | 0.6 |
| Hex | DB | D2 | 57 | 0 | 4 | 3C | E | 38 | 41 | 3C |
| Octal | 333 | 322 | 127 | 0 | 4 | 74 | 16 | 70 | 101 | 74 |
| Binary | 11011011 | 11010010 | 1010111 | 0 | 100 | 111100 | 1110 | 111000 | 1000001 | 111100 |
Color Harmonies of #DBD257
Complementary color
Monochromatic Colors of #DBD257
Black with #DBD257
Text Example
Text Example
White with #DBD257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD257; }
p { color: rgb(219,210,87); }
H1.HeaderClassName
{
color: #DBD257;
}
.AnyTagClassName
{
color: #DBD257;
}
</style>
background-color css
<style>
a { background-color: #DBD257; }
a { background-color: rgb(219,210,87); }
div.DivClassName
{
background-color: #DBD257;
}
.BgClassName
{
background-color: #DBD257;
}
</style>
border-color css
<style>
span { border-color: #DBD257; }
span { border-color: rgb(219,210,87); }
td.TdClassName
{
border-color: #DBD257;
}
.TagClassName
{
border-color: #DBD257;
}
</style>