Shades of Manz #DBDB48
Tints of Manz #DBDB48
RGB
CMYK
RGB Variations
Color information
#DBDB48 (or 0xDBDB48) is known color: Manz. HEX triplet: DB, DB and 48. RGB value is (219,219,72). Sum of RGB (Red+Green+Blue) = 219+219+72=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB48 is #2424B7. Grayscale: #CACACA. Windows color (decimal): -2368696 or 4774875. OLE color: 4774875.
HSL color Cylindrical-coordinate representation of color #DBDB48: hue angle of 60º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBDB48 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 72 | - |
| CMYK | 0 | 0 | 0.67 | 0.14 |
| HSL | 60º | 0.67% | 0.57% | - |
| HSV(B) | 60º | 0.67% | 0.86% | - |
| XYZ | 55.71 | 66.19 | 15.97 | - |
| YUV | 202.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 72 | 0 | 0 | 0.67 | 0.14 | 60 | 0.67 | 0.57 |
| Hex | DB | DB | 48 | 0 | 0 | 43 | E | 3C | 43 | 39 |
| Octal | 333 | 333 | 110 | 0 | 0 | 103 | 16 | 74 | 103 | 71 |
| Binary | 11011011 | 11011011 | 1001000 | 0 | 0 | 1000011 | 1110 | 111100 | 1000011 | 111001 |
Color Harmonies of #DBDB48
Complementary color
Monochromatic Colors of #DBDB48
Black with #DBDB48
Text Example
Text Example
White with #DBDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB48; }
p { color: rgb(219,219,72); }
H1.HeaderClassName
{
color: #DBDB48;
}
.AnyTagClassName
{
color: #DBDB48;
}
</style>
background-color css
<style>
a { background-color: #DBDB48; }
a { background-color: rgb(219,219,72); }
div.DivClassName
{
background-color: #DBDB48;
}
.BgClassName
{
background-color: #DBDB48;
}
</style>
border-color css
<style>
span { border-color: #DBDB48; }
span { border-color: rgb(219,219,72); }
td.TdClassName
{
border-color: #DBDB48;
}
.TagClassName
{
border-color: #DBDB48;
}
</style>