Shades of Metallic Gold #DBAF3A
Tints of Metallic Gold #DBAF3A
RGB
CMYK
RGB Variations
Color information
#DBAF3A (or 0xDBAF3A) is known color: Metallic Gold. HEX triplet: DB, AF and 3A. RGB value is (219,175,58). Sum of RGB (Red+Green+Blue) = 219+175+58=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF3A is #2450C5. Grayscale: #AFAFAF. Windows color (decimal): -2379974 or 3846107. OLE color: 3846107.
HSL color Cylindrical-coordinate representation of color #DBAF3A: hue angle of 43.6º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBAF3A is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 58 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.14 |
| HSL | 43.6º | 0.69% | 0.54% | - |
| HSV(B) | 43.6º | 0.74% | 0.86% | - |
| XYZ | 45.31 | 46.03 | 10.5 | - |
| YUV | 174.82 | 62.08 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 58 | 0 | 0.20 | 0.74 | 0.14 | 43.6 | 0.69 | 0.54 |
| Hex | DB | AF | 3A | 0 | 14 | 4A | E | 2C | 45 | 36 |
| Octal | 333 | 257 | 72 | 0 | 24 | 112 | 16 | 54 | 105 | 66 |
| Binary | 11011011 | 10101111 | 111010 | 0 | 10100 | 1001010 | 1110 | 101100 | 1000101 | 110110 |
Color Harmonies of #DBAF3A
Complementary color
Monochromatic Colors of #DBAF3A
Black with #DBAF3A
Text Example
Text Example
White with #DBAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF3A; }
p { color: rgb(219,175,58); }
H1.HeaderClassName
{
color: #DBAF3A;
}
.AnyTagClassName
{
color: #DBAF3A;
}
</style>
background-color css
<style>
a { background-color: #DBAF3A; }
a { background-color: rgb(219,175,58); }
div.DivClassName
{
background-color: #DBAF3A;
}
.BgClassName
{
background-color: #DBAF3A;
}
</style>
border-color css
<style>
span { border-color: #DBAF3A; }
span { border-color: rgb(219,175,58); }
td.TdClassName
{
border-color: #DBAF3A;
}
.TagClassName
{
border-color: #DBAF3A;
}
</style>