Shades of Metallic Gold #DBAA34
Tints of Metallic Gold #DBAA34
RGB
CMYK
RGB Variations
Color information
#DBAA34 (or 0xDBAA34) is known color: Metallic Gold. HEX triplet: DB, AA and 34. RGB value is (219,170,52). Sum of RGB (Red+Green+Blue) = 219+170+52=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA34 is #2455CB. Grayscale: #ABABAB. Windows color (decimal): -2381260 or 3451611. OLE color: 3451611.
HSL color Cylindrical-coordinate representation of color #DBAA34: hue angle of 42.4º 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 #DBAA34 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 52 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.14 |
| HSL | 42.4º | 0.7% | 0.53% | - |
| HSV(B) | 42.4º | 0.76% | 0.86% | - |
| XYZ | 44.21 | 44.06 | 9.42 | - |
| YUV | 171.2 | 60.73 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 52 | 0 | 0.22 | 0.76 | 0.14 | 42.4 | 0.7 | 0.53 |
| Hex | DB | AA | 34 | 0 | 16 | 4C | E | 2A | 46 | 35 |
| Octal | 333 | 252 | 64 | 0 | 26 | 114 | 16 | 52 | 106 | 65 |
| Binary | 11011011 | 10101010 | 110100 | 0 | 10110 | 1001100 | 1110 | 101010 | 1000110 | 110101 |
Color Harmonies of #DBAA34
Complementary color
Monochromatic Colors of #DBAA34
Black with #DBAA34
Text Example
Text Example
White with #DBAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA34; }
p { color: rgb(219,170,52); }
H1.HeaderClassName
{
color: #DBAA34;
}
.AnyTagClassName
{
color: #DBAA34;
}
</style>
background-color css
<style>
a { background-color: #DBAA34; }
a { background-color: rgb(219,170,52); }
div.DivClassName
{
background-color: #DBAA34;
}
.BgClassName
{
background-color: #DBAA34;
}
</style>
border-color css
<style>
span { border-color: #DBAA34; }
span { border-color: rgb(219,170,52); }
td.TdClassName
{
border-color: #DBAA34;
}
.TagClassName
{
border-color: #DBAA34;
}
</style>