Shades of Metallic Gold #DBA933
Tints of Metallic Gold #DBA933
RGB
CMYK
RGB Variations
Color information
#DBA933 (or 0xDBA933) is known color: Metallic Gold. HEX triplet: DB, A9 and 33. RGB value is (219,169,51). Sum of RGB (Red+Green+Blue) = 219+169+51=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA933 is #2456CC. Grayscale: #ABABAB. Windows color (decimal): -2381517 or 3385819. OLE color: 3385819.
HSL color Cylindrical-coordinate representation of color #DBA933: hue angle of 42.14º 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 #DBA933 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 51 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.14 |
| HSL | 42.14º | 0.7% | 0.53% | - |
| HSV(B) | 42.14º | 0.77% | 0.86% | - |
| XYZ | 44 | 43.68 | 9.24 | - |
| YUV | 170.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 51 | 0 | 0.23 | 0.77 | 0.14 | 42.14 | 0.7 | 0.53 |
| Hex | DB | A9 | 33 | 0 | 17 | 4D | E | 2A | 46 | 35 |
| Octal | 333 | 251 | 63 | 0 | 27 | 115 | 16 | 52 | 106 | 65 |
| Binary | 11011011 | 10101001 | 110011 | 0 | 10111 | 1001101 | 1110 | 101010 | 1000110 | 110101 |
Color Harmonies of #DBA933
Complementary color
Monochromatic Colors of #DBA933
Black with #DBA933
Text Example
Text Example
White with #DBA933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA933; }
p { color: rgb(219,169,51); }
H1.HeaderClassName
{
color: #DBA933;
}
.AnyTagClassName
{
color: #DBA933;
}
</style>
background-color css
<style>
a { background-color: #DBA933; }
a { background-color: rgb(219,169,51); }
div.DivClassName
{
background-color: #DBA933;
}
.BgClassName
{
background-color: #DBA933;
}
</style>
border-color css
<style>
span { border-color: #DBA933; }
span { border-color: rgb(219,169,51); }
td.TdClassName
{
border-color: #DBA933;
}
.TagClassName
{
border-color: #DBA933;
}
</style>