Shades of Metallic Gold #DBB139
Tints of Metallic Gold #DBB139
RGB
CMYK
RGB Variations
Color information
#DBB139 (or 0xDBB139) is known color: Metallic Gold. HEX triplet: DB, B1 and 39. RGB value is (219,177,57). Sum of RGB (Red+Green+Blue) = 219+177+57=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB139 is #244EC6. Grayscale: #B0B0B0. Windows color (decimal): -2379463 or 3781083. OLE color: 3781083.
HSL color Cylindrical-coordinate representation of color #DBB139: hue angle of 44.44º 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 #DBB139 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 57 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.14 |
| HSL | 44.44º | 0.69% | 0.54% | - |
| HSV(B) | 44.44º | 0.74% | 0.86% | - |
| XYZ | 45.67 | 46.8 | 10.5 | - |
| YUV | 175.88 | 60.91 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 57 | 0 | 0.19 | 0.74 | 0.14 | 44.44 | 0.69 | 0.54 |
| Hex | DB | B1 | 39 | 0 | 13 | 4A | E | 2C | 45 | 36 |
| Octal | 333 | 261 | 71 | 0 | 23 | 112 | 16 | 54 | 105 | 66 |
| Binary | 11011011 | 10110001 | 111001 | 0 | 10011 | 1001010 | 1110 | 101100 | 1000101 | 110110 |
Color Harmonies of #DBB139
Complementary color
Monochromatic Colors of #DBB139
Black with #DBB139
Text Example
Text Example
White with #DBB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB139; }
p { color: rgb(219,177,57); }
H1.HeaderClassName
{
color: #DBB139;
}
.AnyTagClassName
{
color: #DBB139;
}
</style>
background-color css
<style>
a { background-color: #DBB139; }
a { background-color: rgb(219,177,57); }
div.DivClassName
{
background-color: #DBB139;
}
.BgClassName
{
background-color: #DBB139;
}
</style>
border-color css
<style>
span { border-color: #DBB139; }
span { border-color: rgb(219,177,57); }
td.TdClassName
{
border-color: #DBB139;
}
.TagClassName
{
border-color: #DBB139;
}
</style>