Shades of Metallic Gold #DBB834
Tints of Metallic Gold #DBB834
RGB
CMYK
RGB Variations
Color information
#DBB834 (or 0xDBB834) is known color: Metallic Gold. HEX triplet: DB, B8 and 34. RGB value is (219,184,52). Sum of RGB (Red+Green+Blue) = 219+184+52=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB834 is #2447CB. Grayscale: #B3B3B3. Windows color (decimal): -2377676 or 3455195. OLE color: 3455195.
HSL color Cylindrical-coordinate representation of color #DBB834: hue angle of 47.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBB834 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 52 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.14 |
| HSL | 47.43º | 0.7% | 0.53% | - |
| HSV(B) | 47.43º | 0.76% | 0.86% | - |
| XYZ | 46.97 | 49.59 | 10.34 | - |
| YUV | 179.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 52 | 0 | 0.16 | 0.76 | 0.14 | 47.43 | 0.7 | 0.53 |
| Hex | DB | B8 | 34 | 0 | 10 | 4C | E | 2F | 46 | 35 |
| Octal | 333 | 270 | 64 | 0 | 20 | 114 | 16 | 57 | 106 | 65 |
| Binary | 11011011 | 10111000 | 110100 | 0 | 10000 | 1001100 | 1110 | 101111 | 1000110 | 110101 |
Color Harmonies of #DBB834
Complementary color
Monochromatic Colors of #DBB834
Black with #DBB834
Text Example
Text Example
White with #DBB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB834; }
p { color: rgb(219,184,52); }
H1.HeaderClassName
{
color: #DBB834;
}
.AnyTagClassName
{
color: #DBB834;
}
</style>
background-color css
<style>
a { background-color: #DBB834; }
a { background-color: rgb(219,184,52); }
div.DivClassName
{
background-color: #DBB834;
}
.BgClassName
{
background-color: #DBB834;
}
</style>
border-color css
<style>
span { border-color: #DBB834; }
span { border-color: rgb(219,184,52); }
td.TdClassName
{
border-color: #DBB834;
}
.TagClassName
{
border-color: #DBB834;
}
</style>