Shades of Metallic Gold #DBAC36
Tints of Metallic Gold #DBAC36
RGB
CMYK
RGB Variations
Color information
#DBAC36 (or 0xDBAC36) is known color: Metallic Gold. HEX triplet: DB, AC and 36. RGB value is (219,172,54). Sum of RGB (Red+Green+Blue) = 219+172+54=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC36 is #2453C9. Grayscale: #ADADAD. Windows color (decimal): -2380746 or 3583195. OLE color: 3583195.
HSL color Cylindrical-coordinate representation of color #DBAC36: hue angle of 42.91º 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 #DBAC36 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 54 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.14 |
| HSL | 42.91º | 0.7% | 0.54% | - |
| HSV(B) | 42.91º | 0.75% | 0.86% | - |
| XYZ | 44.63 | 44.83 | 9.79 | - |
| YUV | 172.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 54 | 0 | 0.21 | 0.75 | 0.14 | 42.91 | 0.7 | 0.54 |
| Hex | DB | AC | 36 | 0 | 15 | 4B | E | 2B | 46 | 36 |
| Octal | 333 | 254 | 66 | 0 | 25 | 113 | 16 | 53 | 106 | 66 |
| Binary | 11011011 | 10101100 | 110110 | 0 | 10101 | 1001011 | 1110 | 101011 | 1000110 | 110110 |
Color Harmonies of #DBAC36
Complementary color
Monochromatic Colors of #DBAC36
Black with #DBAC36
Text Example
Text Example
White with #DBAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC36; }
p { color: rgb(219,172,54); }
H1.HeaderClassName
{
color: #DBAC36;
}
.AnyTagClassName
{
color: #DBAC36;
}
</style>
background-color css
<style>
a { background-color: #DBAC36; }
a { background-color: rgb(219,172,54); }
div.DivClassName
{
background-color: #DBAC36;
}
.BgClassName
{
background-color: #DBAC36;
}
</style>
border-color css
<style>
span { border-color: #DBAC36; }
span { border-color: rgb(219,172,54); }
td.TdClassName
{
border-color: #DBAC36;
}
.TagClassName
{
border-color: #DBAC36;
}
</style>