Shades of Manz #DBD750
Tints of Manz #DBD750
RGB
CMYK
RGB Variations
Color information
#DBD750 (or 0xDBD750) is known color: Manz. HEX triplet: DB, D7 and 50. RGB value is (219,215,80). Sum of RGB (Red+Green+Blue) = 219+215+80=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD750 is #2428AF. Grayscale: #C9C9C9. Windows color (decimal): -2369712 or 5298139. OLE color: 5298139.
HSL color Cylindrical-coordinate representation of color #DBD750: hue angle of 58.27º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBD750 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 80 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.14 |
| HSL | 58.27º | 0.66% | 0.59% | - |
| HSV(B) | 58.27º | 0.63% | 0.86% | - |
| XYZ | 54.96 | 64.24 | 17.09 | - |
| YUV | 200.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 80 | 0 | 0.02 | 0.63 | 0.14 | 58.27 | 0.66 | 0.59 |
| Hex | DB | D7 | 50 | 0 | 2 | 3F | E | 3A | 42 | 3B |
| Octal | 333 | 327 | 120 | 0 | 2 | 77 | 16 | 72 | 102 | 73 |
| Binary | 11011011 | 11010111 | 1010000 | 0 | 10 | 111111 | 1110 | 111010 | 1000010 | 111011 |
Color Harmonies of #DBD750
Complementary color
Monochromatic Colors of #DBD750
Black with #DBD750
Text Example
Text Example
White with #DBD750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD750; }
p { color: rgb(219,215,80); }
H1.HeaderClassName
{
color: #DBD750;
}
.AnyTagClassName
{
color: #DBD750;
}
</style>
background-color css
<style>
a { background-color: #DBD750; }
a { background-color: rgb(219,215,80); }
div.DivClassName
{
background-color: #DBD750;
}
.BgClassName
{
background-color: #DBD750;
}
</style>
border-color css
<style>
span { border-color: #DBD750; }
span { border-color: rgb(219,215,80); }
td.TdClassName
{
border-color: #DBD750;
}
.TagClassName
{
border-color: #DBD750;
}
</style>