Shades of Metallic Gold #DBAF31
Tints of Metallic Gold #DBAF31
RGB
CMYK
RGB Variations
Color information
#DBAF31 (or 0xDBAF31) is known color: Metallic Gold. HEX triplet: DB, AF and 31. RGB value is (219,175,49). Sum of RGB (Red+Green+Blue) = 219+175+49=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF31 is #2450CE. Grayscale: #AEAEAE. Windows color (decimal): -2379983 or 3256283. OLE color: 3256283.
HSL color Cylindrical-coordinate representation of color #DBAF31: hue angle of 44.47º 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 #DBAF31 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 49 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.14 |
| HSL | 44.47º | 0.7% | 0.53% | - |
| HSV(B) | 44.47º | 0.78% | 0.86% | - |
| XYZ | 45.1 | 45.94 | 9.4 | - |
| YUV | 173.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 49 | 0 | 0.20 | 0.78 | 0.14 | 44.47 | 0.7 | 0.53 |
| Hex | DB | AF | 31 | 0 | 14 | 4E | E | 2C | 46 | 35 |
| Octal | 333 | 257 | 61 | 0 | 24 | 116 | 16 | 54 | 106 | 65 |
| Binary | 11011011 | 10101111 | 110001 | 0 | 10100 | 1001110 | 1110 | 101100 | 1000110 | 110101 |
Color Harmonies of #DBAF31
Complementary color
Monochromatic Colors of #DBAF31
Black with #DBAF31
Text Example
Text Example
White with #DBAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF31; }
p { color: rgb(219,175,49); }
H1.HeaderClassName
{
color: #DBAF31;
}
.AnyTagClassName
{
color: #DBAF31;
}
</style>
background-color css
<style>
a { background-color: #DBAF31; }
a { background-color: rgb(219,175,49); }
div.DivClassName
{
background-color: #DBAF31;
}
.BgClassName
{
background-color: #DBAF31;
}
</style>
border-color css
<style>
span { border-color: #DBAF31; }
span { border-color: rgb(219,175,49); }
td.TdClassName
{
border-color: #DBAF31;
}
.TagClassName
{
border-color: #DBAF31;
}
</style>