Shades of Manz #DBD551
Tints of Manz #DBD551
RGB
CMYK
RGB Variations
Color information
#DBD551 (or 0xDBD551) is known color: Manz. HEX triplet: DB, D5 and 51. RGB value is (219,213,81). Sum of RGB (Red+Green+Blue) = 219+213+81=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD551 is #242AAE. Grayscale: #C8C8C8. Windows color (decimal): -2370223 or 5363163. OLE color: 5363163.
HSL color Cylindrical-coordinate representation of color #DBD551: hue angle of 57.39º 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 #DBD551 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 81 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.14 |
| HSL | 57.39º | 0.66% | 0.59% | - |
| HSV(B) | 57.39º | 0.63% | 0.86% | - |
| XYZ | 54.49 | 63.24 | 17.12 | - |
| YUV | 199.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 81 | 0 | 0.03 | 0.63 | 0.14 | 57.39 | 0.66 | 0.59 |
| Hex | DB | D5 | 51 | 0 | 3 | 3F | E | 39 | 42 | 3B |
| Octal | 333 | 325 | 121 | 0 | 3 | 77 | 16 | 71 | 102 | 73 |
| Binary | 11011011 | 11010101 | 1010001 | 0 | 11 | 111111 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DBD551
Complementary color
Monochromatic Colors of #DBD551
Black with #DBD551
Text Example
Text Example
White with #DBD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD551; }
p { color: rgb(219,213,81); }
H1.HeaderClassName
{
color: #DBD551;
}
.AnyTagClassName
{
color: #DBD551;
}
</style>
background-color css
<style>
a { background-color: #DBD551; }
a { background-color: rgb(219,213,81); }
div.DivClassName
{
background-color: #DBD551;
}
.BgClassName
{
background-color: #DBD551;
}
</style>
border-color css
<style>
span { border-color: #DBD551; }
span { border-color: rgb(219,213,81); }
td.TdClassName
{
border-color: #DBD551;
}
.TagClassName
{
border-color: #DBD551;
}
</style>