Shades of Manz #DBDA48
Tints of Manz #DBDA48
RGB
CMYK
RGB Variations
Color information
#DBDA48 (or 0xDBDA48) is known color: Manz. HEX triplet: DB, DA and 48. RGB value is (219,218,72). Sum of RGB (Red+Green+Blue) = 219+218+72=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA48 is #2425B7. Grayscale: #CACACA. Windows color (decimal): -2368952 or 4774619. OLE color: 4774619.
HSL color Cylindrical-coordinate representation of color #DBDA48: hue angle of 59.59º 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 #DBDA48 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 72 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.14 |
| HSL | 59.59º | 0.67% | 0.57% | - |
| HSV(B) | 59.59º | 0.67% | 0.86% | - |
| XYZ | 55.45 | 65.67 | 15.88 | - |
| YUV | 201.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 72 | 0 | 0.00 | 0.67 | 0.14 | 59.59 | 0.67 | 0.57 |
| Hex | DB | DA | 48 | 0 | 0 | 43 | E | 3C | 43 | 39 |
| Octal | 333 | 332 | 110 | 0 | 0 | 103 | 16 | 74 | 103 | 71 |
| Binary | 11011011 | 11011010 | 1001000 | 0 | 0 | 1000011 | 1110 | 111100 | 1000011 | 111001 |
Color Harmonies of #DBDA48
Complementary color
Monochromatic Colors of #DBDA48
Black with #DBDA48
Text Example
Text Example
White with #DBDA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA48; }
p { color: rgb(219,218,72); }
H1.HeaderClassName
{
color: #DBDA48;
}
.AnyTagClassName
{
color: #DBDA48;
}
</style>
background-color css
<style>
a { background-color: #DBDA48; }
a { background-color: rgb(219,218,72); }
div.DivClassName
{
background-color: #DBDA48;
}
.BgClassName
{
background-color: #DBDA48;
}
</style>
border-color css
<style>
span { border-color: #DBDA48; }
span { border-color: rgb(219,218,72); }
td.TdClassName
{
border-color: #DBDA48;
}
.TagClassName
{
border-color: #DBDA48;
}
</style>