Shades of Manz #DBD351
Tints of Manz #DBD351
RGB
CMYK
RGB Variations
Color information
#DBD351 (or 0xDBD351) is known color: Manz. HEX triplet: DB, D3 and 51. RGB value is (219,211,81). Sum of RGB (Red+Green+Blue) = 219+211+81=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD351 is #242CAE. Grayscale: #C7C7C7. Windows color (decimal): -2370735 or 5362651. OLE color: 5362651.
HSL color Cylindrical-coordinate representation of color #DBD351: hue angle of 56.52º 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 #DBD351 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 81 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.14 |
| HSL | 56.52º | 0.66% | 0.59% | - |
| HSV(B) | 56.52º | 0.63% | 0.86% | - |
| XYZ | 53.99 | 62.24 | 16.95 | - |
| YUV | 198.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 81 | 0 | 0.04 | 0.63 | 0.14 | 56.52 | 0.66 | 0.59 |
| Hex | DB | D3 | 51 | 0 | 4 | 3F | E | 39 | 42 | 3B |
| Octal | 333 | 323 | 121 | 0 | 4 | 77 | 16 | 71 | 102 | 73 |
| Binary | 11011011 | 11010011 | 1010001 | 0 | 100 | 111111 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DBD351
Complementary color
Monochromatic Colors of #DBD351
Black with #DBD351
Text Example
Text Example
White with #DBD351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD351; }
p { color: rgb(219,211,81); }
H1.HeaderClassName
{
color: #DBD351;
}
.AnyTagClassName
{
color: #DBD351;
}
</style>
background-color css
<style>
a { background-color: #DBD351; }
a { background-color: rgb(219,211,81); }
div.DivClassName
{
background-color: #DBD351;
}
.BgClassName
{
background-color: #DBD351;
}
</style>
border-color css
<style>
span { border-color: #DBD351; }
span { border-color: rgb(219,211,81); }
td.TdClassName
{
border-color: #DBD351;
}
.TagClassName
{
border-color: #DBD351;
}
</style>