Shades of Metallic Gold #DBB13A
Tints of Metallic Gold #DBB13A
RGB
CMYK
RGB Variations
Color information
#DBB13A (or 0xDBB13A) is known color: Metallic Gold. HEX triplet: DB, B1 and 3A. RGB value is (219,177,58). Sum of RGB (Red+Green+Blue) = 219+177+58=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB13A is #244EC5. Grayscale: #B0B0B0. Windows color (decimal): -2379462 or 3846619. OLE color: 3846619.
HSL color Cylindrical-coordinate representation of color #DBB13A: hue angle of 44.35º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBB13A is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 58 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.14 |
| HSL | 44.35º | 0.69% | 0.54% | - |
| HSV(B) | 44.35º | 0.74% | 0.86% | - |
| XYZ | 45.7 | 46.81 | 10.63 | - |
| YUV | 175.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 58 | 0 | 0.19 | 0.74 | 0.14 | 44.35 | 0.69 | 0.54 |
| Hex | DB | B1 | 3A | 0 | 13 | 4A | E | 2C | 45 | 36 |
| Octal | 333 | 261 | 72 | 0 | 23 | 112 | 16 | 54 | 105 | 66 |
| Binary | 11011011 | 10110001 | 111010 | 0 | 10011 | 1001010 | 1110 | 101100 | 1000101 | 110110 |
Color Harmonies of #DBB13A
Complementary color
Monochromatic Colors of #DBB13A
Black with #DBB13A
Text Example
Text Example
White with #DBB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB13A; }
p { color: rgb(219,177,58); }
H1.HeaderClassName
{
color: #DBB13A;
}
.AnyTagClassName
{
color: #DBB13A;
}
</style>
background-color css
<style>
a { background-color: #DBB13A; }
a { background-color: rgb(219,177,58); }
div.DivClassName
{
background-color: #DBB13A;
}
.BgClassName
{
background-color: #DBB13A;
}
</style>
border-color css
<style>
span { border-color: #DBB13A; }
span { border-color: rgb(219,177,58); }
td.TdClassName
{
border-color: #DBB13A;
}
.TagClassName
{
border-color: #DBB13A;
}
</style>