Shades of Metallic Gold #DBB839
Tints of Metallic Gold #DBB839
RGB
CMYK
RGB Variations
Color information
#DBB839 (or 0xDBB839) is known color: Metallic Gold. HEX triplet: DB, B8 and 39. RGB value is (219,184,57). Sum of RGB (Red+Green+Blue) = 219+184+57=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 57 (22.66% from 255 or 12.39% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB839 is #2447C6. Grayscale: #B4B4B4. Windows color (decimal): -2377671 or 3782875. OLE color: 3782875.
HSL color Cylindrical-coordinate representation of color #DBB839: hue angle of 47.04º 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 #DBB839 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 57 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.14 |
| HSL | 47.04º | 0.69% | 0.54% | - |
| HSV(B) | 47.04º | 0.74% | 0.86% | - |
| XYZ | 47.09 | 49.64 | 10.97 | - |
| YUV | 179.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 57 | 0 | 0.16 | 0.74 | 0.14 | 47.04 | 0.69 | 0.54 |
| Hex | DB | B8 | 39 | 0 | 10 | 4A | E | 2F | 45 | 36 |
| Octal | 333 | 270 | 71 | 0 | 20 | 112 | 16 | 57 | 105 | 66 |
| Binary | 11011011 | 10111000 | 111001 | 0 | 10000 | 1001010 | 1110 | 101111 | 1000101 | 110110 |
Color Harmonies of #DBB839
Complementary color
Monochromatic Colors of #DBB839
Black with #DBB839
Text Example
Text Example
White with #DBB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB839; }
p { color: rgb(219,184,57); }
H1.HeaderClassName
{
color: #DBB839;
}
.AnyTagClassName
{
color: #DBB839;
}
</style>
background-color css
<style>
a { background-color: #DBB839; }
a { background-color: rgb(219,184,57); }
div.DivClassName
{
background-color: #DBB839;
}
.BgClassName
{
background-color: #DBB839;
}
</style>
border-color css
<style>
span { border-color: #DBB839; }
span { border-color: rgb(219,184,57); }
td.TdClassName
{
border-color: #DBB839;
}
.TagClassName
{
border-color: #DBB839;
}
</style>