Shades of Metallic Gold #DBAC31
Tints of Metallic Gold #DBAC31
RGB
CMYK
RGB Variations
Color information
#DBAC31 (or 0xDBAC31) is known color: Metallic Gold. HEX triplet: DB, AC and 31. RGB value is (219,172,49). Sum of RGB (Red+Green+Blue) = 219+172+49=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC31 is #2453CE. Grayscale: #ACACAC. Windows color (decimal): -2380751 or 3255515. OLE color: 3255515.
HSL color Cylindrical-coordinate representation of color #DBAC31: hue angle of 43.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBAC31 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 49 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.14 |
| HSL | 43.41º | 0.7% | 0.53% | - |
| HSV(B) | 43.41º | 0.78% | 0.86% | - |
| XYZ | 44.52 | 44.79 | 9.2 | - |
| YUV | 172.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 49 | 0 | 0.21 | 0.78 | 0.14 | 43.41 | 0.7 | 0.53 |
| Hex | DB | AC | 31 | 0 | 15 | 4E | E | 2B | 46 | 35 |
| Octal | 333 | 254 | 61 | 0 | 25 | 116 | 16 | 53 | 106 | 65 |
| Binary | 11011011 | 10101100 | 110001 | 0 | 10101 | 1001110 | 1110 | 101011 | 1000110 | 110101 |
Color Harmonies of #DBAC31
Complementary color
Monochromatic Colors of #DBAC31
Black with #DBAC31
Text Example
Text Example
White with #DBAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC31; }
p { color: rgb(219,172,49); }
H1.HeaderClassName
{
color: #DBAC31;
}
.AnyTagClassName
{
color: #DBAC31;
}
</style>
background-color css
<style>
a { background-color: #DBAC31; }
a { background-color: rgb(219,172,49); }
div.DivClassName
{
background-color: #DBAC31;
}
.BgClassName
{
background-color: #DBAC31;
}
</style>
border-color css
<style>
span { border-color: #DBAC31; }
span { border-color: rgb(219,172,49); }
td.TdClassName
{
border-color: #DBAC31;
}
.TagClassName
{
border-color: #DBAC31;
}
</style>