Shades of Metallic Gold #DBB339
Tints of Metallic Gold #DBB339
RGB
CMYK
RGB Variations
Color information
#DBB339 (or 0xDBB339) is known color: Metallic Gold. HEX triplet: DB, B3 and 39. RGB value is (219,179,57). Sum of RGB (Red+Green+Blue) = 219+179+57=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB339 is #244CC6. Grayscale: #B1B1B1. Windows color (decimal): -2378951 or 3781595. OLE color: 3781595.
HSL color Cylindrical-coordinate representation of color #DBB339: hue angle of 45.19º 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 #DBB339 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 57 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.14 |
| HSL | 45.19º | 0.69% | 0.54% | - |
| HSV(B) | 45.19º | 0.74% | 0.86% | - |
| XYZ | 46.07 | 47.6 | 10.63 | - |
| YUV | 177.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 57 | 0 | 0.18 | 0.74 | 0.14 | 45.19 | 0.69 | 0.54 |
| Hex | DB | B3 | 39 | 0 | 12 | 4A | E | 2D | 45 | 36 |
| Octal | 333 | 263 | 71 | 0 | 22 | 112 | 16 | 55 | 105 | 66 |
| Binary | 11011011 | 10110011 | 111001 | 0 | 10010 | 1001010 | 1110 | 101101 | 1000101 | 110110 |
Color Harmonies of #DBB339
Complementary color
Monochromatic Colors of #DBB339
Black with #DBB339
Text Example
Text Example
White with #DBB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB339; }
p { color: rgb(219,179,57); }
H1.HeaderClassName
{
color: #DBB339;
}
.AnyTagClassName
{
color: #DBB339;
}
</style>
background-color css
<style>
a { background-color: #DBB339; }
a { background-color: rgb(219,179,57); }
div.DivClassName
{
background-color: #DBB339;
}
.BgClassName
{
background-color: #DBB339;
}
</style>
border-color css
<style>
span { border-color: #DBB339; }
span { border-color: rgb(219,179,57); }
td.TdClassName
{
border-color: #DBB339;
}
.TagClassName
{
border-color: #DBB339;
}
</style>