Shades of Metallic Gold #DBB73F
Tints of Metallic Gold #DBB73F
RGB
CMYK
RGB Variations
Color information
#DBB73F (or 0xDBB73F) is known color: Metallic Gold. HEX triplet: DB, B7 and 3F. RGB value is (219,183,63). Sum of RGB (Red+Green+Blue) = 219+183+63=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB73F is #2448C0. Grayscale: #B4B4B4. Windows color (decimal): -2377921 or 4175835. OLE color: 4175835.
HSL color Cylindrical-coordinate representation of color #DBB73F: hue angle of 46.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBB73F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 63 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.14 |
| HSL | 46.15º | 0.68% | 0.55% | - |
| HSV(B) | 46.15º | 0.71% | 0.86% | - |
| XYZ | 47.04 | 49.29 | 11.74 | - |
| YUV | 180.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 63 | 0 | 0.16 | 0.71 | 0.14 | 46.15 | 0.68 | 0.55 |
| Hex | DB | B7 | 3F | 0 | 10 | 47 | E | 2E | 44 | 37 |
| Octal | 333 | 267 | 77 | 0 | 20 | 107 | 16 | 56 | 104 | 67 |
| Binary | 11011011 | 10110111 | 111111 | 0 | 10000 | 1000111 | 1110 | 101110 | 1000100 | 110111 |
Color Harmonies of #DBB73F
Complementary color
Monochromatic Colors of #DBB73F
Black with #DBB73F
Text Example
Text Example
White with #DBB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB73F; }
p { color: rgb(219,183,63); }
H1.HeaderClassName
{
color: #DBB73F;
}
.AnyTagClassName
{
color: #DBB73F;
}
</style>
background-color css
<style>
a { background-color: #DBB73F; }
a { background-color: rgb(219,183,63); }
div.DivClassName
{
background-color: #DBB73F;
}
.BgClassName
{
background-color: #DBB73F;
}
</style>
border-color css
<style>
span { border-color: #DBB73F; }
span { border-color: rgb(219,183,63); }
td.TdClassName
{
border-color: #DBB73F;
}
.TagClassName
{
border-color: #DBB73F;
}
</style>