Shades of Metallic Gold #DBB73C
Tints of Metallic Gold #DBB73C
RGB
CMYK
RGB Variations
Color information
#DBB73C (or 0xDBB73C) is known color: Metallic Gold. HEX triplet: DB, B7 and 3C. RGB value is (219,183,60). Sum of RGB (Red+Green+Blue) = 219+183+60=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB73C is #2448C3. Grayscale: #B4B4B4. Windows color (decimal): -2377924 or 3979227. OLE color: 3979227.
HSL color Cylindrical-coordinate representation of color #DBB73C: hue angle of 46.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBB73C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 60 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.14 |
| HSL | 46.42º | 0.69% | 0.55% | - |
| HSV(B) | 46.42º | 0.73% | 0.86% | - |
| XYZ | 46.96 | 49.25 | 11.31 | - |
| YUV | 179.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 60 | 0 | 0.16 | 0.73 | 0.14 | 46.42 | 0.69 | 0.55 |
| Hex | DB | B7 | 3C | 0 | 10 | 49 | E | 2E | 45 | 37 |
| Octal | 333 | 267 | 74 | 0 | 20 | 111 | 16 | 56 | 105 | 67 |
| Binary | 11011011 | 10110111 | 111100 | 0 | 10000 | 1001001 | 1110 | 101110 | 1000101 | 110111 |
Color Harmonies of #DBB73C
Complementary color
Monochromatic Colors of #DBB73C
Black with #DBB73C
Text Example
Text Example
White with #DBB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB73C; }
p { color: rgb(219,183,60); }
H1.HeaderClassName
{
color: #DBB73C;
}
.AnyTagClassName
{
color: #DBB73C;
}
</style>
background-color css
<style>
a { background-color: #DBB73C; }
a { background-color: rgb(219,183,60); }
div.DivClassName
{
background-color: #DBB73C;
}
.BgClassName
{
background-color: #DBB73C;
}
</style>
border-color css
<style>
span { border-color: #DBB73C; }
span { border-color: rgb(219,183,60); }
td.TdClassName
{
border-color: #DBB73C;
}
.TagClassName
{
border-color: #DBB73C;
}
</style>