Shades of Metallic Gold #DBB434
Tints of Metallic Gold #DBB434
RGB
CMYK
RGB Variations
Color information
#DBB434 (or 0xDBB434) is known color: Metallic Gold. HEX triplet: DB, B4 and 34. RGB value is (219,180,52). Sum of RGB (Red+Green+Blue) = 219+180+52=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB434 is #244BCB. Grayscale: #B1B1B1. Windows color (decimal): -2378700 or 3454171. OLE color: 3454171.
HSL color Cylindrical-coordinate representation of color #DBB434: hue angle of 45.99º 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 #DBB434 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 52 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.14 |
| HSL | 45.99º | 0.7% | 0.53% | - |
| HSV(B) | 45.99º | 0.76% | 0.86% | - |
| XYZ | 46.15 | 47.95 | 10.07 | - |
| YUV | 177.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 52 | 0 | 0.18 | 0.76 | 0.14 | 45.99 | 0.7 | 0.53 |
| Hex | DB | B4 | 34 | 0 | 12 | 4C | E | 2E | 46 | 35 |
| Octal | 333 | 264 | 64 | 0 | 22 | 114 | 16 | 56 | 106 | 65 |
| Binary | 11011011 | 10110100 | 110100 | 0 | 10010 | 1001100 | 1110 | 101110 | 1000110 | 110101 |
Color Harmonies of #DBB434
Complementary color
Monochromatic Colors of #DBB434
Black with #DBB434
Text Example
Text Example
White with #DBB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB434; }
p { color: rgb(219,180,52); }
H1.HeaderClassName
{
color: #DBB434;
}
.AnyTagClassName
{
color: #DBB434;
}
</style>
background-color css
<style>
a { background-color: #DBB434; }
a { background-color: rgb(219,180,52); }
div.DivClassName
{
background-color: #DBB434;
}
.BgClassName
{
background-color: #DBB434;
}
</style>
border-color css
<style>
span { border-color: #DBB434; }
span { border-color: rgb(219,180,52); }
td.TdClassName
{
border-color: #DBB434;
}
.TagClassName
{
border-color: #DBB434;
}
</style>