Shades of Metallic Gold #DBB534
Tints of Metallic Gold #DBB534
RGB
CMYK
RGB Variations
Color information
#DBB534 (or 0xDBB534) is known color: Metallic Gold. HEX triplet: DB, B5 and 34. RGB value is (219,181,52). Sum of RGB (Red+Green+Blue) = 219+181+52=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB534 is #244ACB. Grayscale: #B2B2B2. Windows color (decimal): -2378444 or 3454427. OLE color: 3454427.
HSL color Cylindrical-coordinate representation of color #DBB534: hue angle of 46.35º 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 #DBB534 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 52 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.14 |
| HSL | 46.35º | 0.7% | 0.53% | - |
| HSV(B) | 46.35º | 0.76% | 0.86% | - |
| XYZ | 46.36 | 48.36 | 10.14 | - |
| YUV | 177.66 | 57.09 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 52 | 0 | 0.17 | 0.76 | 0.14 | 46.35 | 0.7 | 0.53 |
| Hex | DB | B5 | 34 | 0 | 11 | 4C | E | 2E | 46 | 35 |
| Octal | 333 | 265 | 64 | 0 | 21 | 114 | 16 | 56 | 106 | 65 |
| Binary | 11011011 | 10110101 | 110100 | 0 | 10001 | 1001100 | 1110 | 101110 | 1000110 | 110101 |
Color Harmonies of #DBB534
Complementary color
Monochromatic Colors of #DBB534
Black with #DBB534
Text Example
Text Example
White with #DBB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB534; }
p { color: rgb(219,181,52); }
H1.HeaderClassName
{
color: #DBB534;
}
.AnyTagClassName
{
color: #DBB534;
}
</style>
background-color css
<style>
a { background-color: #DBB534; }
a { background-color: rgb(219,181,52); }
div.DivClassName
{
background-color: #DBB534;
}
.BgClassName
{
background-color: #DBB534;
}
</style>
border-color css
<style>
span { border-color: #DBB534; }
span { border-color: rgb(219,181,52); }
td.TdClassName
{
border-color: #DBB534;
}
.TagClassName
{
border-color: #DBB534;
}
</style>