Shades of Metallic Gold #DBAF34
Tints of Metallic Gold #DBAF34
RGB
CMYK
RGB Variations
Color information
#DBAF34 (or 0xDBAF34) is known color: Metallic Gold. HEX triplet: DB, AF and 34. RGB value is (219,175,52). Sum of RGB (Red+Green+Blue) = 219+175+52=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF34 is #2450CB. Grayscale: #AEAEAE. Windows color (decimal): -2379980 or 3452891. OLE color: 3452891.
HSL color Cylindrical-coordinate representation of color #DBAF34: hue angle of 44.19º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBAF34 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 52 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.14 |
| HSL | 44.19º | 0.7% | 0.53% | - |
| HSV(B) | 44.19º | 0.76% | 0.86% | - |
| XYZ | 45.16 | 45.97 | 9.74 | - |
| YUV | 174.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 52 | 0 | 0.20 | 0.76 | 0.14 | 44.19 | 0.7 | 0.53 |
| Hex | DB | AF | 34 | 0 | 14 | 4C | E | 2C | 46 | 35 |
| Octal | 333 | 257 | 64 | 0 | 24 | 114 | 16 | 54 | 106 | 65 |
| Binary | 11011011 | 10101111 | 110100 | 0 | 10100 | 1001100 | 1110 | 101100 | 1000110 | 110101 |
Color Harmonies of #DBAF34
Complementary color
Monochromatic Colors of #DBAF34
Black with #DBAF34
Text Example
Text Example
White with #DBAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF34; }
p { color: rgb(219,175,52); }
H1.HeaderClassName
{
color: #DBAF34;
}
.AnyTagClassName
{
color: #DBAF34;
}
</style>
background-color css
<style>
a { background-color: #DBAF34; }
a { background-color: rgb(219,175,52); }
div.DivClassName
{
background-color: #DBAF34;
}
.BgClassName
{
background-color: #DBAF34;
}
</style>
border-color css
<style>
span { border-color: #DBAF34; }
span { border-color: rgb(219,175,52); }
td.TdClassName
{
border-color: #DBAF34;
}
.TagClassName
{
border-color: #DBAF34;
}
</style>