Shades of Metallic Gold #DBB73E
Tints of Metallic Gold #DBB73E
RGB
CMYK
RGB Variations
Color information
#DBB73E (or 0xDBB73E) is known color: Metallic Gold. HEX triplet: DB, B7 and 3E. RGB value is (219,183,62). Sum of RGB (Red+Green+Blue) = 219+183+62=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB73E is #2448C1. Grayscale: #B4B4B4. Windows color (decimal): -2377922 or 4110299. OLE color: 4110299.
HSL color Cylindrical-coordinate representation of color #DBB73E: hue angle of 46.24º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBB73E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 62 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.14 |
| HSL | 46.24º | 0.69% | 0.55% | - |
| HSV(B) | 46.24º | 0.72% | 0.86% | - |
| XYZ | 47.02 | 49.27 | 11.59 | - |
| YUV | 179.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 62 | 0 | 0.16 | 0.72 | 0.14 | 46.24 | 0.69 | 0.55 |
| Hex | DB | B7 | 3E | 0 | 10 | 48 | E | 2E | 45 | 37 |
| Octal | 333 | 267 | 76 | 0 | 20 | 110 | 16 | 56 | 105 | 67 |
| Binary | 11011011 | 10110111 | 111110 | 0 | 10000 | 1001000 | 1110 | 101110 | 1000101 | 110111 |
Color Harmonies of #DBB73E
Complementary color
Monochromatic Colors of #DBB73E
Black with #DBB73E
Text Example
Text Example
White with #DBB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB73E; }
p { color: rgb(219,183,62); }
H1.HeaderClassName
{
color: #DBB73E;
}
.AnyTagClassName
{
color: #DBB73E;
}
</style>
background-color css
<style>
a { background-color: #DBB73E; }
a { background-color: rgb(219,183,62); }
div.DivClassName
{
background-color: #DBB73E;
}
.BgClassName
{
background-color: #DBB73E;
}
</style>
border-color css
<style>
span { border-color: #DBB73E; }
span { border-color: rgb(219,183,62); }
td.TdClassName
{
border-color: #DBB73E;
}
.TagClassName
{
border-color: #DBB73E;
}
</style>