Shades of Metallic Gold #DBAC33
Tints of Metallic Gold #DBAC33
RGB
CMYK
RGB Variations
Color information
#DBAC33 (or 0xDBAC33) is known color: Metallic Gold. HEX triplet: DB, AC and 33. RGB value is (219,172,51). Sum of RGB (Red+Green+Blue) = 219+172+51=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC33 is #2453CC. Grayscale: #ACACAC. Windows color (decimal): -2380749 or 3386587. OLE color: 3386587.
HSL color Cylindrical-coordinate representation of color #DBAC33: hue angle of 43.21º 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 #DBAC33 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 51 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.14 |
| HSL | 43.21º | 0.7% | 0.53% | - |
| HSV(B) | 43.21º | 0.77% | 0.86% | - |
| XYZ | 44.56 | 44.8 | 9.43 | - |
| YUV | 172.26 | 59.57 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 51 | 0 | 0.21 | 0.77 | 0.14 | 43.21 | 0.7 | 0.53 |
| Hex | DB | AC | 33 | 0 | 15 | 4D | E | 2B | 46 | 35 |
| Octal | 333 | 254 | 63 | 0 | 25 | 115 | 16 | 53 | 106 | 65 |
| Binary | 11011011 | 10101100 | 110011 | 0 | 10101 | 1001101 | 1110 | 101011 | 1000110 | 110101 |
Color Harmonies of #DBAC33
Complementary color
Monochromatic Colors of #DBAC33
Black with #DBAC33
Text Example
Text Example
White with #DBAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC33; }
p { color: rgb(219,172,51); }
H1.HeaderClassName
{
color: #DBAC33;
}
.AnyTagClassName
{
color: #DBAC33;
}
</style>
background-color css
<style>
a { background-color: #DBAC33; }
a { background-color: rgb(219,172,51); }
div.DivClassName
{
background-color: #DBAC33;
}
.BgClassName
{
background-color: #DBAC33;
}
</style>
border-color css
<style>
span { border-color: #DBAC33; }
span { border-color: rgb(219,172,51); }
td.TdClassName
{
border-color: #DBAC33;
}
.TagClassName
{
border-color: #DBAC33;
}
</style>