Shades of Metallic Gold #DBB134
Tints of Metallic Gold #DBB134
RGB
CMYK
RGB Variations
Color information
#DBB134 (or 0xDBB134) is known color: Metallic Gold. HEX triplet: DB, B1 and 34. RGB value is (219,177,52). Sum of RGB (Red+Green+Blue) = 219+177+52=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB134 is #244ECB. Grayscale: #AFAFAF. Windows color (decimal): -2379468 or 3453403. OLE color: 3453403.
HSL color Cylindrical-coordinate representation of color #DBB134: hue angle of 44.91º 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 #DBB134 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 52 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.14 |
| HSL | 44.91º | 0.7% | 0.53% | - |
| HSV(B) | 44.91º | 0.76% | 0.86% | - |
| XYZ | 45.56 | 46.75 | 9.87 | - |
| YUV | 175.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 52 | 0 | 0.19 | 0.76 | 0.14 | 44.91 | 0.7 | 0.53 |
| Hex | DB | B1 | 34 | 0 | 13 | 4C | E | 2D | 46 | 35 |
| Octal | 333 | 261 | 64 | 0 | 23 | 114 | 16 | 55 | 106 | 65 |
| Binary | 11011011 | 10110001 | 110100 | 0 | 10011 | 1001100 | 1110 | 101101 | 1000110 | 110101 |
Color Harmonies of #DBB134
Complementary color
Monochromatic Colors of #DBB134
Black with #DBB134
Text Example
Text Example
White with #DBB134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB134; }
p { color: rgb(219,177,52); }
H1.HeaderClassName
{
color: #DBB134;
}
.AnyTagClassName
{
color: #DBB134;
}
</style>
background-color css
<style>
a { background-color: #DBB134; }
a { background-color: rgb(219,177,52); }
div.DivClassName
{
background-color: #DBB134;
}
.BgClassName
{
background-color: #DBB134;
}
</style>
border-color css
<style>
span { border-color: #DBB134; }
span { border-color: rgb(219,177,52); }
td.TdClassName
{
border-color: #DBB134;
}
.TagClassName
{
border-color: #DBB134;
}
</style>