Shades of Metallic Gold #DBB73D
Tints of Metallic Gold #DBB73D
RGB
CMYK
RGB Variations
Color information
#DBB73D (or 0xDBB73D) is known color: Metallic Gold. HEX triplet: DB, B7 and 3D. RGB value is (219,183,61). Sum of RGB (Red+Green+Blue) = 219+183+61=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB73D is #2448C2. Grayscale: #B4B4B4. Windows color (decimal): -2377923 or 4044763. OLE color: 4044763.
HSL color Cylindrical-coordinate representation of color #DBB73D: hue angle of 46.33º 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 #DBB73D is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 61 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.14 |
| HSL | 46.33º | 0.69% | 0.55% | - |
| HSV(B) | 46.33º | 0.72% | 0.86% | - |
| XYZ | 46.99 | 49.26 | 11.45 | - |
| YUV | 179.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 61 | 0 | 0.16 | 0.72 | 0.14 | 46.33 | 0.69 | 0.55 |
| Hex | DB | B7 | 3D | 0 | 10 | 48 | E | 2E | 45 | 37 |
| Octal | 333 | 267 | 75 | 0 | 20 | 110 | 16 | 56 | 105 | 67 |
| Binary | 11011011 | 10110111 | 111101 | 0 | 10000 | 1001000 | 1110 | 101110 | 1000101 | 110111 |
Color Harmonies of #DBB73D
Complementary color
Monochromatic Colors of #DBB73D
Black with #DBB73D
Text Example
Text Example
White with #DBB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB73D; }
p { color: rgb(219,183,61); }
H1.HeaderClassName
{
color: #DBB73D;
}
.AnyTagClassName
{
color: #DBB73D;
}
</style>
background-color css
<style>
a { background-color: #DBB73D; }
a { background-color: rgb(219,183,61); }
div.DivClassName
{
background-color: #DBB73D;
}
.BgClassName
{
background-color: #DBB73D;
}
</style>
border-color css
<style>
span { border-color: #DBB73D; }
span { border-color: rgb(219,183,61); }
td.TdClassName
{
border-color: #DBB73D;
}
.TagClassName
{
border-color: #DBB73D;
}
</style>