Shades of Metallic Gold #DBAA33
Tints of Metallic Gold #DBAA33
RGB
CMYK
RGB Variations
Color information
#DBAA33 (or 0xDBAA33) is known color: Metallic Gold. HEX triplet: DB, AA and 33. RGB value is (219,170,51). Sum of RGB (Red+Green+Blue) = 219+170+51=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA33 is #2455CC. Grayscale: #ABABAB. Windows color (decimal): -2381261 or 3386075. OLE color: 3386075.
HSL color Cylindrical-coordinate representation of color #DBAA33: hue angle of 42.5º 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 #DBAA33 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 51 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.14 |
| HSL | 42.5º | 0.7% | 0.53% | - |
| HSV(B) | 42.5º | 0.77% | 0.86% | - |
| XYZ | 44.19 | 44.05 | 9.31 | - |
| YUV | 171.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 51 | 0 | 0.22 | 0.77 | 0.14 | 42.5 | 0.7 | 0.53 |
| Hex | DB | AA | 33 | 0 | 16 | 4D | E | 2A | 46 | 35 |
| Octal | 333 | 252 | 63 | 0 | 26 | 115 | 16 | 52 | 106 | 65 |
| Binary | 11011011 | 10101010 | 110011 | 0 | 10110 | 1001101 | 1110 | 101010 | 1000110 | 110101 |
Color Harmonies of #DBAA33
Complementary color
Monochromatic Colors of #DBAA33
Black with #DBAA33
Text Example
Text Example
White with #DBAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA33; }
p { color: rgb(219,170,51); }
H1.HeaderClassName
{
color: #DBAA33;
}
.AnyTagClassName
{
color: #DBAA33;
}
</style>
background-color css
<style>
a { background-color: #DBAA33; }
a { background-color: rgb(219,170,51); }
div.DivClassName
{
background-color: #DBAA33;
}
.BgClassName
{
background-color: #DBAA33;
}
</style>
border-color css
<style>
span { border-color: #DBAA33; }
span { border-color: rgb(219,170,51); }
td.TdClassName
{
border-color: #DBAA33;
}
.TagClassName
{
border-color: #DBAA33;
}
</style>