Shades of Metallic Gold #DBA734
Tints of Metallic Gold #DBA734
RGB
CMYK
RGB Variations
Color information
#DBA734 (or 0xDBA734) is known color: Metallic Gold. HEX triplet: DB, A7 and 34. RGB value is (219,167,52). Sum of RGB (Red+Green+Blue) = 219+167+52=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA734 is #2458CB. Grayscale: #A9A9A9. Windows color (decimal): -2382028 or 3450843. OLE color: 3450843.
HSL color Cylindrical-coordinate representation of color #DBA734: hue angle of 41.32º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBA734 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 52 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.14 |
| HSL | 41.32º | 0.7% | 0.53% | - |
| HSV(B) | 41.32º | 0.76% | 0.86% | - |
| XYZ | 43.65 | 42.95 | 9.24 | - |
| YUV | 169.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 52 | 0 | 0.24 | 0.76 | 0.14 | 41.32 | 0.7 | 0.53 |
| Hex | DB | A7 | 34 | 0 | 18 | 4C | E | 29 | 46 | 35 |
| Octal | 333 | 247 | 64 | 0 | 30 | 114 | 16 | 51 | 106 | 65 |
| Binary | 11011011 | 10100111 | 110100 | 0 | 11000 | 1001100 | 1110 | 101001 | 1000110 | 110101 |
Color Harmonies of #DBA734
Complementary color
Monochromatic Colors of #DBA734
Black with #DBA734
Text Example
Text Example
White with #DBA734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA734; }
p { color: rgb(219,167,52); }
H1.HeaderClassName
{
color: #DBA734;
}
.AnyTagClassName
{
color: #DBA734;
}
</style>
background-color css
<style>
a { background-color: #DBA734; }
a { background-color: rgb(219,167,52); }
div.DivClassName
{
background-color: #DBA734;
}
.BgClassName
{
background-color: #DBA734;
}
</style>
border-color css
<style>
span { border-color: #DBA734; }
span { border-color: rgb(219,167,52); }
td.TdClassName
{
border-color: #DBA734;
}
.TagClassName
{
border-color: #DBA734;
}
</style>