Shades of Metallic Gold #DBA930
Tints of Metallic Gold #DBA930
RGB
CMYK
RGB Variations
Color information
#DBA930 (or 0xDBA930) is known color: Metallic Gold. HEX triplet: DB, A9 and 30. RGB value is (219,169,48). Sum of RGB (Red+Green+Blue) = 219+169+48=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA930 is #2456CF. Grayscale: #AAAAAA. Windows color (decimal): -2381520 or 3189211. OLE color: 3189211.
HSL color Cylindrical-coordinate representation of color #DBA930: hue angle of 42.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBA930 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 48 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.14 |
| HSL | 42.46º | 0.7% | 0.52% | - |
| HSV(B) | 42.46º | 0.78% | 0.86% | - |
| XYZ | 43.93 | 43.65 | 8.91 | - |
| YUV | 170.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 48 | 0 | 0.23 | 0.78 | 0.14 | 42.46 | 0.7 | 0.52 |
| Hex | DB | A9 | 30 | 0 | 17 | 4E | E | 2A | 46 | 34 |
| Octal | 333 | 251 | 60 | 0 | 27 | 116 | 16 | 52 | 106 | 64 |
| Binary | 11011011 | 10101001 | 110000 | 0 | 10111 | 1001110 | 1110 | 101010 | 1000110 | 110100 |
Color Harmonies of #DBA930
Complementary color
Monochromatic Colors of #DBA930
Black with #DBA930
Text Example
Text Example
White with #DBA930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA930; }
p { color: rgb(219,169,48); }
H1.HeaderClassName
{
color: #DBA930;
}
.AnyTagClassName
{
color: #DBA930;
}
</style>
background-color css
<style>
a { background-color: #DBA930; }
a { background-color: rgb(219,169,48); }
div.DivClassName
{
background-color: #DBA930;
}
.BgClassName
{
background-color: #DBA930;
}
</style>
border-color css
<style>
span { border-color: #DBA930; }
span { border-color: rgb(219,169,48); }
td.TdClassName
{
border-color: #DBA930;
}
.TagClassName
{
border-color: #DBA930;
}
</style>