Shades of Metallic Gold #DBAF36
Tints of Metallic Gold #DBAF36
RGB
CMYK
RGB Variations
Color information
#DBAF36 (or 0xDBAF36) is known color: Metallic Gold. HEX triplet: DB, AF and 36. RGB value is (219,175,54). Sum of RGB (Red+Green+Blue) = 219+175+54=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF36 is #2450C9. Grayscale: #AEAEAE. Windows color (decimal): -2379978 or 3583963. OLE color: 3583963.
HSL color Cylindrical-coordinate representation of color #DBAF36: hue angle of 44º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBAF36 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 54 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.14 |
| HSL | 44º | 0.7% | 0.54% | - |
| HSV(B) | 44º | 0.75% | 0.86% | - |
| XYZ | 45.21 | 45.99 | 9.98 | - |
| YUV | 174.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 54 | 0 | 0.20 | 0.75 | 0.14 | 44 | 0.7 | 0.54 |
| Hex | DB | AF | 36 | 0 | 14 | 4B | E | 2C | 46 | 36 |
| Octal | 333 | 257 | 66 | 0 | 24 | 113 | 16 | 54 | 106 | 66 |
| Binary | 11011011 | 10101111 | 110110 | 0 | 10100 | 1001011 | 1110 | 101100 | 1000110 | 110110 |
Color Harmonies of #DBAF36
Complementary color
Monochromatic Colors of #DBAF36
Black with #DBAF36
Text Example
Text Example
White with #DBAF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF36; }
p { color: rgb(219,175,54); }
H1.HeaderClassName
{
color: #DBAF36;
}
.AnyTagClassName
{
color: #DBAF36;
}
</style>
background-color css
<style>
a { background-color: #DBAF36; }
a { background-color: rgb(219,175,54); }
div.DivClassName
{
background-color: #DBAF36;
}
.BgClassName
{
background-color: #DBAF36;
}
</style>
border-color css
<style>
span { border-color: #DBAF36; }
span { border-color: rgb(219,175,54); }
td.TdClassName
{
border-color: #DBAF36;
}
.TagClassName
{
border-color: #DBAF36;
}
</style>