Shades of Metallic Gold #DBAC38
Tints of Metallic Gold #DBAC38
RGB
CMYK
RGB Variations
Color information
#DBAC38 (or 0xDBAC38) is known color: Metallic Gold. HEX triplet: DB, AC and 38. RGB value is (219,172,56). Sum of RGB (Red+Green+Blue) = 219+172+56=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC38 is #2453C7. Grayscale: #ADADAD. Windows color (decimal): -2380744 or 3714267. OLE color: 3714267.
HSL color Cylindrical-coordinate representation of color #DBAC38: hue angle of 42.7º 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 #DBAC38 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 56 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.14 |
| HSL | 42.7º | 0.69% | 0.54% | - |
| HSV(B) | 42.7º | 0.74% | 0.86% | - |
| XYZ | 44.68 | 44.85 | 10.04 | - |
| YUV | 172.83 | 62.07 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 56 | 0 | 0.21 | 0.74 | 0.14 | 42.7 | 0.69 | 0.54 |
| Hex | DB | AC | 38 | 0 | 15 | 4A | E | 2B | 45 | 36 |
| Octal | 333 | 254 | 70 | 0 | 25 | 112 | 16 | 53 | 105 | 66 |
| Binary | 11011011 | 10101100 | 111000 | 0 | 10101 | 1001010 | 1110 | 101011 | 1000101 | 110110 |
Color Harmonies of #DBAC38
Complementary color
Monochromatic Colors of #DBAC38
Black with #DBAC38
Text Example
Text Example
White with #DBAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC38; }
p { color: rgb(219,172,56); }
H1.HeaderClassName
{
color: #DBAC38;
}
.AnyTagClassName
{
color: #DBAC38;
}
</style>
background-color css
<style>
a { background-color: #DBAC38; }
a { background-color: rgb(219,172,56); }
div.DivClassName
{
background-color: #DBAC38;
}
.BgClassName
{
background-color: #DBAC38;
}
</style>
border-color css
<style>
span { border-color: #DBAC38; }
span { border-color: rgb(219,172,56); }
td.TdClassName
{
border-color: #DBAC38;
}
.TagClassName
{
border-color: #DBAC38;
}
</style>