Shades of Metallic Gold #DBAC30
Tints of Metallic Gold #DBAC30
RGB
CMYK
RGB Variations
Color information
#DBAC30 (or 0xDBAC30) is known color: Metallic Gold. HEX triplet: DB, AC and 30. RGB value is (219,172,48). Sum of RGB (Red+Green+Blue) = 219+172+48=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC30 is #2453CF. Grayscale: #ACACAC. Windows color (decimal): -2380752 or 3189979. OLE color: 3189979.
HSL color Cylindrical-coordinate representation of color #DBAC30: hue angle of 43.51º 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 #DBAC30 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 48 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.14 |
| HSL | 43.51º | 0.7% | 0.52% | - |
| HSV(B) | 43.51º | 0.78% | 0.86% | - |
| XYZ | 44.5 | 44.78 | 9.09 | - |
| YUV | 171.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 48 | 0 | 0.21 | 0.78 | 0.14 | 43.51 | 0.7 | 0.52 |
| Hex | DB | AC | 30 | 0 | 15 | 4E | E | 2C | 46 | 34 |
| Octal | 333 | 254 | 60 | 0 | 25 | 116 | 16 | 54 | 106 | 64 |
| Binary | 11011011 | 10101100 | 110000 | 0 | 10101 | 1001110 | 1110 | 101100 | 1000110 | 110100 |
Color Harmonies of #DBAC30
Complementary color
Monochromatic Colors of #DBAC30
Black with #DBAC30
Text Example
Text Example
White with #DBAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC30; }
p { color: rgb(219,172,48); }
H1.HeaderClassName
{
color: #DBAC30;
}
.AnyTagClassName
{
color: #DBAC30;
}
</style>
background-color css
<style>
a { background-color: #DBAC30; }
a { background-color: rgb(219,172,48); }
div.DivClassName
{
background-color: #DBAC30;
}
.BgClassName
{
background-color: #DBAC30;
}
</style>
border-color css
<style>
span { border-color: #DBAC30; }
span { border-color: rgb(219,172,48); }
td.TdClassName
{
border-color: #DBAC30;
}
.TagClassName
{
border-color: #DBAC30;
}
</style>