Shades of Metallic Gold #DBAB32
Tints of Metallic Gold #DBAB32
RGB
CMYK
RGB Variations
Color information
#DBAB32 (or 0xDBAB32) is known color: Metallic Gold. HEX triplet: DB, AB and 32. RGB value is (219,171,50). Sum of RGB (Red+Green+Blue) = 219+171+50=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB32 is #2454CD. Grayscale: #ACACAC. Windows color (decimal): -2381006 or 3320795. OLE color: 3320795.
HSL color Cylindrical-coordinate representation of color #DBAB32: hue angle of 42.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBAB32 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 50 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.14 |
| HSL | 42.96º | 0.7% | 0.53% | - |
| HSV(B) | 42.96º | 0.77% | 0.86% | - |
| XYZ | 44.35 | 44.42 | 9.25 | - |
| YUV | 171.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 50 | 0 | 0.22 | 0.77 | 0.14 | 42.96 | 0.7 | 0.53 |
| Hex | DB | AB | 32 | 0 | 16 | 4D | E | 2B | 46 | 35 |
| Octal | 333 | 253 | 62 | 0 | 26 | 115 | 16 | 53 | 106 | 65 |
| Binary | 11011011 | 10101011 | 110010 | 0 | 10110 | 1001101 | 1110 | 101011 | 1000110 | 110101 |
Color Harmonies of #DBAB32
Complementary color
Monochromatic Colors of #DBAB32
Black with #DBAB32
Text Example
Text Example
White with #DBAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB32; }
p { color: rgb(219,171,50); }
H1.HeaderClassName
{
color: #DBAB32;
}
.AnyTagClassName
{
color: #DBAB32;
}
</style>
background-color css
<style>
a { background-color: #DBAB32; }
a { background-color: rgb(219,171,50); }
div.DivClassName
{
background-color: #DBAB32;
}
.BgClassName
{
background-color: #DBAB32;
}
</style>
border-color css
<style>
span { border-color: #DBAB32; }
span { border-color: rgb(219,171,50); }
td.TdClassName
{
border-color: #DBAB32;
}
.TagClassName
{
border-color: #DBAB32;
}
</style>