Shades of Metallic Gold #DBB731
Tints of Metallic Gold #DBB731
RGB
CMYK
RGB Variations
Color information
#DBB731 (or 0xDBB731) is known color: Metallic Gold. HEX triplet: DB, B7 and 31. RGB value is (219,183,49). Sum of RGB (Red+Green+Blue) = 219+183+49=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB731 is #2448CE. Grayscale: #B3B3B3. Windows color (decimal): -2377935 or 3258331. OLE color: 3258331.
HSL color Cylindrical-coordinate representation of color #DBB731: hue angle of 47.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBB731 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 49 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.14 |
| HSL | 47.29º | 0.7% | 0.53% | - |
| HSV(B) | 47.29º | 0.78% | 0.86% | - |
| XYZ | 46.7 | 49.15 | 9.93 | - |
| YUV | 178.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 49 | 0 | 0.16 | 0.78 | 0.14 | 47.29 | 0.7 | 0.53 |
| Hex | DB | B7 | 31 | 0 | 10 | 4E | E | 2F | 46 | 35 |
| Octal | 333 | 267 | 61 | 0 | 20 | 116 | 16 | 57 | 106 | 65 |
| Binary | 11011011 | 10110111 | 110001 | 0 | 10000 | 1001110 | 1110 | 101111 | 1000110 | 110101 |
Color Harmonies of #DBB731
Complementary color
Monochromatic Colors of #DBB731
Black with #DBB731
Text Example
Text Example
White with #DBB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB731; }
p { color: rgb(219,183,49); }
H1.HeaderClassName
{
color: #DBB731;
}
.AnyTagClassName
{
color: #DBB731;
}
</style>
background-color css
<style>
a { background-color: #DBB731; }
a { background-color: rgb(219,183,49); }
div.DivClassName
{
background-color: #DBB731;
}
.BgClassName
{
background-color: #DBB731;
}
</style>
border-color css
<style>
span { border-color: #DBB731; }
span { border-color: rgb(219,183,49); }
td.TdClassName
{
border-color: #DBB731;
}
.TagClassName
{
border-color: #DBB731;
}
</style>