Shades of Metallic Gold #DBAF37
Tints of Metallic Gold #DBAF37
RGB
CMYK
RGB Variations
Color information
#DBAF37 (or 0xDBAF37) is known color: Metallic Gold. HEX triplet: DB, AF and 37. RGB value is (219,175,55). Sum of RGB (Red+Green+Blue) = 219+175+55=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF37 is #2450C8. Grayscale: #AFAFAF. Windows color (decimal): -2379977 or 3649499. OLE color: 3649499.
HSL color Cylindrical-coordinate representation of color #DBAF37: hue angle of 43.9º degrees, saturation: 0.69, 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 #DBAF37 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 55 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.14 |
| HSL | 43.9º | 0.69% | 0.54% | - |
| HSV(B) | 43.9º | 0.75% | 0.86% | - |
| XYZ | 45.23 | 46 | 10.11 | - |
| YUV | 174.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 55 | 0 | 0.20 | 0.75 | 0.14 | 43.9 | 0.69 | 0.54 |
| Hex | DB | AF | 37 | 0 | 14 | 4B | E | 2C | 45 | 36 |
| Octal | 333 | 257 | 67 | 0 | 24 | 113 | 16 | 54 | 105 | 66 |
| Binary | 11011011 | 10101111 | 110111 | 0 | 10100 | 1001011 | 1110 | 101100 | 1000101 | 110110 |
Color Harmonies of #DBAF37
Complementary color
Monochromatic Colors of #DBAF37
Black with #DBAF37
Text Example
Text Example
White with #DBAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF37; }
p { color: rgb(219,175,55); }
H1.HeaderClassName
{
color: #DBAF37;
}
.AnyTagClassName
{
color: #DBAF37;
}
</style>
background-color css
<style>
a { background-color: #DBAF37; }
a { background-color: rgb(219,175,55); }
div.DivClassName
{
background-color: #DBAF37;
}
.BgClassName
{
background-color: #DBAF37;
}
</style>
border-color css
<style>
span { border-color: #DBAF37; }
span { border-color: rgb(219,175,55); }
td.TdClassName
{
border-color: #DBAF37;
}
.TagClassName
{
border-color: #DBAF37;
}
</style>