Shades of Metallic Gold #DBBA36
Tints of Metallic Gold #DBBA36
RGB
CMYK
RGB Variations
Color information
#DBBA36 (or 0xDBBA36) is known color: Metallic Gold. HEX triplet: DB, BA and 36. RGB value is (219,186,54). Sum of RGB (Red+Green+Blue) = 219+186+54=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA36 is #2445C9. Grayscale: #B5B5B5. Windows color (decimal): -2377162 or 3586779. OLE color: 3586779.
HSL color Cylindrical-coordinate representation of color #DBBA36: hue angle of 48º 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 #DBBA36 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 54 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.14 |
| HSL | 48º | 0.7% | 0.54% | - |
| HSV(B) | 48º | 0.75% | 0.86% | - |
| XYZ | 47.44 | 50.44 | 10.73 | - |
| YUV | 180.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 54 | 0 | 0.15 | 0.75 | 0.14 | 48 | 0.7 | 0.54 |
| Hex | DB | BA | 36 | 0 | F | 4B | E | 30 | 46 | 36 |
| Octal | 333 | 272 | 66 | 0 | 17 | 113 | 16 | 60 | 106 | 66 |
| Binary | 11011011 | 10111010 | 110110 | 0 | 1111 | 1001011 | 1110 | 110000 | 1000110 | 110110 |
Color Harmonies of #DBBA36
Complementary color
Monochromatic Colors of #DBBA36
Black with #DBBA36
Text Example
Text Example
White with #DBBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA36; }
p { color: rgb(219,186,54); }
H1.HeaderClassName
{
color: #DBBA36;
}
.AnyTagClassName
{
color: #DBBA36;
}
</style>
background-color css
<style>
a { background-color: #DBBA36; }
a { background-color: rgb(219,186,54); }
div.DivClassName
{
background-color: #DBBA36;
}
.BgClassName
{
background-color: #DBBA36;
}
</style>
border-color css
<style>
span { border-color: #DBBA36; }
span { border-color: rgb(219,186,54); }
td.TdClassName
{
border-color: #DBBA36;
}
.TagClassName
{
border-color: #DBBA36;
}
</style>