Shades of Metallic Gold #DBAA36
Tints of Metallic Gold #DBAA36
RGB
CMYK
RGB Variations
Color information
#DBAA36 (or 0xDBAA36) is known color: Metallic Gold. HEX triplet: DB, AA and 36. RGB value is (219,170,54). Sum of RGB (Red+Green+Blue) = 219+170+54=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA36 is #2455C9. Grayscale: #ABABAB. Windows color (decimal): -2381258 or 3582683. OLE color: 3582683.
HSL color Cylindrical-coordinate representation of color #DBAA36: hue angle of 42.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBAA36 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 54 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.14 |
| HSL | 42.18º | 0.7% | 0.54% | - |
| HSV(B) | 42.18º | 0.75% | 0.86% | - |
| XYZ | 44.25 | 44.08 | 9.67 | - |
| YUV | 171.43 | 61.73 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 54 | 0 | 0.22 | 0.75 | 0.14 | 42.18 | 0.7 | 0.54 |
| Hex | DB | AA | 36 | 0 | 16 | 4B | E | 2A | 46 | 36 |
| Octal | 333 | 252 | 66 | 0 | 26 | 113 | 16 | 52 | 106 | 66 |
| Binary | 11011011 | 10101010 | 110110 | 0 | 10110 | 1001011 | 1110 | 101010 | 1000110 | 110110 |
Color Harmonies of #DBAA36
Complementary color
Monochromatic Colors of #DBAA36
Black with #DBAA36
Text Example
Text Example
White with #DBAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA36; }
p { color: rgb(219,170,54); }
H1.HeaderClassName
{
color: #DBAA36;
}
.AnyTagClassName
{
color: #DBAA36;
}
</style>
background-color css
<style>
a { background-color: #DBAA36; }
a { background-color: rgb(219,170,54); }
div.DivClassName
{
background-color: #DBAA36;
}
.BgClassName
{
background-color: #DBAA36;
}
</style>
border-color css
<style>
span { border-color: #DBAA36; }
span { border-color: rgb(219,170,54); }
td.TdClassName
{
border-color: #DBAA36;
}
.TagClassName
{
border-color: #DBAA36;
}
</style>