Shades of Metallic Gold #DBAF32
Tints of Metallic Gold #DBAF32
RGB
CMYK
RGB Variations
Color information
#DBAF32 (or 0xDBAF32) is known color: Metallic Gold. HEX triplet: DB, AF and 32. RGB value is (219,175,50). Sum of RGB (Red+Green+Blue) = 219+175+50=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF32 is #2450CD. Grayscale: #AEAEAE. Windows color (decimal): -2379982 or 3321819. OLE color: 3321819.
HSL color Cylindrical-coordinate representation of color #DBAF32: hue angle of 44.38º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBAF32 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 50 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.14 |
| HSL | 44.38º | 0.7% | 0.53% | - |
| HSV(B) | 44.38º | 0.77% | 0.86% | - |
| XYZ | 45.12 | 45.95 | 9.51 | - |
| YUV | 173.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 50 | 0 | 0.20 | 0.77 | 0.14 | 44.38 | 0.7 | 0.53 |
| Hex | DB | AF | 32 | 0 | 14 | 4D | E | 2C | 46 | 35 |
| Octal | 333 | 257 | 62 | 0 | 24 | 115 | 16 | 54 | 106 | 65 |
| Binary | 11011011 | 10101111 | 110010 | 0 | 10100 | 1001101 | 1110 | 101100 | 1000110 | 110101 |
Color Harmonies of #DBAF32
Complementary color
Monochromatic Colors of #DBAF32
Black with #DBAF32
Text Example
Text Example
White with #DBAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF32; }
p { color: rgb(219,175,50); }
H1.HeaderClassName
{
color: #DBAF32;
}
.AnyTagClassName
{
color: #DBAF32;
}
</style>
background-color css
<style>
a { background-color: #DBAF32; }
a { background-color: rgb(219,175,50); }
div.DivClassName
{
background-color: #DBAF32;
}
.BgClassName
{
background-color: #DBAF32;
}
</style>
border-color css
<style>
span { border-color: #DBAF32; }
span { border-color: rgb(219,175,50); }
td.TdClassName
{
border-color: #DBAF32;
}
.TagClassName
{
border-color: #DBAF32;
}
</style>