Shades of Manz #DBD760
Tints of Manz #DBD760
RGB
CMYK
RGB Variations
Color information
#DBD760 (or 0xDBD760) is known color: Manz. HEX triplet: DB, D7 and 60. RGB value is (219,215,96). Sum of RGB (Red+Green+Blue) = 219+215+96=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD760 is #24289F. Grayscale: #CBCBCB. Windows color (decimal): -2369696 or 6346715. OLE color: 6346715.
HSL color Cylindrical-coordinate representation of color #DBD760: hue angle of 58.05º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBD760 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 96 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.14 |
| HSL | 58.05º | 0.63% | 0.62% | - |
| HSV(B) | 58.05º | 0.56% | 0.86% | - |
| XYZ | 55.63 | 64.51 | 20.59 | - |
| YUV | 202.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 96 | 0 | 0.02 | 0.56 | 0.14 | 58.05 | 0.63 | 0.62 |
| Hex | DB | D7 | 60 | 0 | 2 | 38 | E | 3A | 3F | 3E |
| Octal | 333 | 327 | 140 | 0 | 2 | 70 | 16 | 72 | 77 | 76 |
| Binary | 11011011 | 11010111 | 1100000 | 0 | 10 | 111000 | 1110 | 111010 | 111111 | 111110 |
Color Harmonies of #DBD760
Complementary color
Monochromatic Colors of #DBD760
Black with #DBD760
Text Example
Text Example
White with #DBD760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD760; }
p { color: rgb(219,215,96); }
H1.HeaderClassName
{
color: #DBD760;
}
.AnyTagClassName
{
color: #DBD760;
}
</style>
background-color css
<style>
a { background-color: #DBD760; }
a { background-color: rgb(219,215,96); }
div.DivClassName
{
background-color: #DBD760;
}
.BgClassName
{
background-color: #DBD760;
}
</style>
border-color css
<style>
span { border-color: #DBD760; }
span { border-color: rgb(219,215,96); }
td.TdClassName
{
border-color: #DBD760;
}
.TagClassName
{
border-color: #DBD760;
}
</style>