Shades of Manz #DBD251
Tints of Manz #DBD251
RGB
CMYK
RGB Variations
Color information
#DBD251 (or 0xDBD251) is known color: Manz. HEX triplet: DB, D2 and 51. RGB value is (219,210,81). Sum of RGB (Red+Green+Blue) = 219+210+81=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD251 is #242DAE. Grayscale: #C6C6C6. Windows color (decimal): -2370991 or 5362395. OLE color: 5362395.
HSL color Cylindrical-coordinate representation of color #DBD251: hue angle of 56.09º 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 #DBD251 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 81 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.14 |
| HSL | 56.09º | 0.66% | 0.59% | - |
| HSV(B) | 56.09º | 0.63% | 0.86% | - |
| XYZ | 53.75 | 61.75 | 16.87 | - |
| YUV | 197.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 81 | 0 | 0.04 | 0.63 | 0.14 | 56.09 | 0.66 | 0.59 |
| Hex | DB | D2 | 51 | 0 | 4 | 3F | E | 38 | 42 | 3B |
| Octal | 333 | 322 | 121 | 0 | 4 | 77 | 16 | 70 | 102 | 73 |
| Binary | 11011011 | 11010010 | 1010001 | 0 | 100 | 111111 | 1110 | 111000 | 1000010 | 111011 |
Color Harmonies of #DBD251
Complementary color
Monochromatic Colors of #DBD251
Black with #DBD251
Text Example
Text Example
White with #DBD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD251; }
p { color: rgb(219,210,81); }
H1.HeaderClassName
{
color: #DBD251;
}
.AnyTagClassName
{
color: #DBD251;
}
</style>
background-color css
<style>
a { background-color: #DBD251; }
a { background-color: rgb(219,210,81); }
div.DivClassName
{
background-color: #DBD251;
}
.BgClassName
{
background-color: #DBD251;
}
</style>
border-color css
<style>
span { border-color: #DBD251; }
span { border-color: rgb(219,210,81); }
td.TdClassName
{
border-color: #DBD251;
}
.TagClassName
{
border-color: #DBD251;
}
</style>