Shades of Manz #DBD256
Tints of Manz #DBD256
RGB
CMYK
RGB Variations
Color information
#DBD256 (or 0xDBD256) is known color: Manz. HEX triplet: DB, D2 and 56. RGB value is (219,210,86). Sum of RGB (Red+Green+Blue) = 219+210+86=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD256 is #242DA9. Grayscale: #C7C7C7. Windows color (decimal): -2370986 or 5690075. OLE color: 5690075.
HSL color Cylindrical-coordinate representation of color #DBD256: hue angle of 55.94º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBD256 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 86 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.14 |
| HSL | 55.94º | 0.65% | 0.6% | - |
| HSV(B) | 55.94º | 0.61% | 0.86% | - |
| XYZ | 53.94 | 61.83 | 17.89 | - |
| YUV | 198.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 86 | 0 | 0.04 | 0.61 | 0.14 | 55.94 | 0.65 | 0.6 |
| Hex | DB | D2 | 56 | 0 | 4 | 3D | E | 38 | 41 | 3C |
| Octal | 333 | 322 | 126 | 0 | 4 | 75 | 16 | 70 | 101 | 74 |
| Binary | 11011011 | 11010010 | 1010110 | 0 | 100 | 111101 | 1110 | 111000 | 1000001 | 111100 |
Color Harmonies of #DBD256
Complementary color
Monochromatic Colors of #DBD256
Black with #DBD256
Text Example
Text Example
White with #DBD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD256; }
p { color: rgb(219,210,86); }
H1.HeaderClassName
{
color: #DBD256;
}
.AnyTagClassName
{
color: #DBD256;
}
</style>
background-color css
<style>
a { background-color: #DBD256; }
a { background-color: rgb(219,210,86); }
div.DivClassName
{
background-color: #DBD256;
}
.BgClassName
{
background-color: #DBD256;
}
</style>
border-color css
<style>
span { border-color: #DBD256; }
span { border-color: rgb(219,210,86); }
td.TdClassName
{
border-color: #DBD256;
}
.TagClassName
{
border-color: #DBD256;
}
</style>