Shades of Metallic Gold #DBB439
Tints of Metallic Gold #DBB439
RGB
CMYK
RGB Variations
Color information
#DBB439 (or 0xDBB439) is known color: Metallic Gold. HEX triplet: DB, B4 and 39. RGB value is (219,180,57). Sum of RGB (Red+Green+Blue) = 219+180+57=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB439 is #244BC6. Grayscale: #B2B2B2. Windows color (decimal): -2378695 or 3781851. OLE color: 3781851.
HSL color Cylindrical-coordinate representation of color #DBB439: hue angle of 45.56º 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 #DBB439 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 57 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.14 |
| HSL | 45.56º | 0.69% | 0.54% | - |
| HSV(B) | 45.56º | 0.74% | 0.86% | - |
| XYZ | 46.27 | 48 | 10.7 | - |
| YUV | 177.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 57 | 0 | 0.18 | 0.74 | 0.14 | 45.56 | 0.69 | 0.54 |
| Hex | DB | B4 | 39 | 0 | 12 | 4A | E | 2E | 45 | 36 |
| Octal | 333 | 264 | 71 | 0 | 22 | 112 | 16 | 56 | 105 | 66 |
| Binary | 11011011 | 10110100 | 111001 | 0 | 10010 | 1001010 | 1110 | 101110 | 1000101 | 110110 |
Color Harmonies of #DBB439
Complementary color
Monochromatic Colors of #DBB439
Black with #DBB439
Text Example
Text Example
White with #DBB439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB439; }
p { color: rgb(219,180,57); }
H1.HeaderClassName
{
color: #DBB439;
}
.AnyTagClassName
{
color: #DBB439;
}
</style>
background-color css
<style>
a { background-color: #DBB439; }
a { background-color: rgb(219,180,57); }
div.DivClassName
{
background-color: #DBB439;
}
.BgClassName
{
background-color: #DBB439;
}
</style>
border-color css
<style>
span { border-color: #DBB439; }
span { border-color: rgb(219,180,57); }
td.TdClassName
{
border-color: #DBB439;
}
.TagClassName
{
border-color: #DBB439;
}
</style>