Shades of Metallic Gold #DBBA32
Tints of Metallic Gold #DBBA32
RGB
CMYK
RGB Variations
Color information
#DBBA32 (or 0xDBBA32) is known color: Metallic Gold. HEX triplet: DB, BA and 32. RGB value is (219,186,50). Sum of RGB (Red+Green+Blue) = 219+186+50=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA32 is #2445CD. Grayscale: #B4B4B4. Windows color (decimal): -2377166 or 3324635. OLE color: 3324635.
HSL color Cylindrical-coordinate representation of color #DBBA32: hue angle of 48.28º 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 #DBBA32 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 50 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.14 |
| HSL | 48.28º | 0.7% | 0.53% | - |
| HSV(B) | 48.28º | 0.77% | 0.86% | - |
| XYZ | 47.35 | 50.41 | 10.25 | - |
| YUV | 180.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 50 | 0 | 0.15 | 0.77 | 0.14 | 48.28 | 0.7 | 0.53 |
| Hex | DB | BA | 32 | 0 | F | 4D | E | 30 | 46 | 35 |
| Octal | 333 | 272 | 62 | 0 | 17 | 115 | 16 | 60 | 106 | 65 |
| Binary | 11011011 | 10111010 | 110010 | 0 | 1111 | 1001101 | 1110 | 110000 | 1000110 | 110101 |
Color Harmonies of #DBBA32
Complementary color
Monochromatic Colors of #DBBA32
Black with #DBBA32
Text Example
Text Example
White with #DBBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA32; }
p { color: rgb(219,186,50); }
H1.HeaderClassName
{
color: #DBBA32;
}
.AnyTagClassName
{
color: #DBBA32;
}
</style>
background-color css
<style>
a { background-color: #DBBA32; }
a { background-color: rgb(219,186,50); }
div.DivClassName
{
background-color: #DBBA32;
}
.BgClassName
{
background-color: #DBBA32;
}
</style>
border-color css
<style>
span { border-color: #DBBA32; }
span { border-color: rgb(219,186,50); }
td.TdClassName
{
border-color: #DBBA32;
}
.TagClassName
{
border-color: #DBBA32;
}
</style>