Shades of Metallic Gold #DBAC39
Tints of Metallic Gold #DBAC39
RGB
CMYK
RGB Variations
Color information
#DBAC39 (or 0xDBAC39) is known color: Metallic Gold. HEX triplet: DB, AC and 39. RGB value is (219,172,57). Sum of RGB (Red+Green+Blue) = 219+172+57=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 57 (22.66% from 255 or 12.72% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC39 is #2453C6. Grayscale: #ADADAD. Windows color (decimal): -2380743 or 3779803. OLE color: 3779803.
HSL color Cylindrical-coordinate representation of color #DBAC39: hue angle of 42.59º 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 #DBAC39 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 57 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.14 |
| HSL | 42.59º | 0.69% | 0.54% | - |
| HSV(B) | 42.59º | 0.74% | 0.86% | - |
| XYZ | 44.7 | 44.86 | 10.17 | - |
| YUV | 172.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 57 | 0 | 0.21 | 0.74 | 0.14 | 42.59 | 0.69 | 0.54 |
| Hex | DB | AC | 39 | 0 | 15 | 4A | E | 2B | 45 | 36 |
| Octal | 333 | 254 | 71 | 0 | 25 | 112 | 16 | 53 | 105 | 66 |
| Binary | 11011011 | 10101100 | 111001 | 0 | 10101 | 1001010 | 1110 | 101011 | 1000101 | 110110 |
Color Harmonies of #DBAC39
Complementary color
Monochromatic Colors of #DBAC39
Black with #DBAC39
Text Example
Text Example
White with #DBAC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC39; }
p { color: rgb(219,172,57); }
H1.HeaderClassName
{
color: #DBAC39;
}
.AnyTagClassName
{
color: #DBAC39;
}
</style>
background-color css
<style>
a { background-color: #DBAC39; }
a { background-color: rgb(219,172,57); }
div.DivClassName
{
background-color: #DBAC39;
}
.BgClassName
{
background-color: #DBAC39;
}
</style>
border-color css
<style>
span { border-color: #DBAC39; }
span { border-color: rgb(219,172,57); }
td.TdClassName
{
border-color: #DBAC39;
}
.TagClassName
{
border-color: #DBAC39;
}
</style>