Shades of Metallic Gold #DBB939
Tints of Metallic Gold #DBB939
RGB
CMYK
RGB Variations
Color information
#DBB939 (or 0xDBB939) is known color: Metallic Gold. HEX triplet: DB, B9 and 39. RGB value is (219,185,57). Sum of RGB (Red+Green+Blue) = 219+185+57=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 57 (22.66% from 255 or 12.36% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB939 is #2446C6. Grayscale: #B5B5B5. Windows color (decimal): -2377415 or 3783131. OLE color: 3783131.
HSL color Cylindrical-coordinate representation of color #DBB939: hue angle of 47.41º 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 #DBB939 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 57 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.14 |
| HSL | 47.41º | 0.69% | 0.54% | - |
| HSV(B) | 47.41º | 0.74% | 0.86% | - |
| XYZ | 47.3 | 50.05 | 11.04 | - |
| YUV | 180.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 57 | 0 | 0.16 | 0.74 | 0.14 | 47.41 | 0.69 | 0.54 |
| Hex | DB | B9 | 39 | 0 | 10 | 4A | E | 2F | 45 | 36 |
| Octal | 333 | 271 | 71 | 0 | 20 | 112 | 16 | 57 | 105 | 66 |
| Binary | 11011011 | 10111001 | 111001 | 0 | 10000 | 1001010 | 1110 | 101111 | 1000101 | 110110 |
Color Harmonies of #DBB939
Complementary color
Monochromatic Colors of #DBB939
Black with #DBB939
Text Example
Text Example
White with #DBB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB939; }
p { color: rgb(219,185,57); }
H1.HeaderClassName
{
color: #DBB939;
}
.AnyTagClassName
{
color: #DBB939;
}
</style>
background-color css
<style>
a { background-color: #DBB939; }
a { background-color: rgb(219,185,57); }
div.DivClassName
{
background-color: #DBB939;
}
.BgClassName
{
background-color: #DBB939;
}
</style>
border-color css
<style>
span { border-color: #DBB939; }
span { border-color: rgb(219,185,57); }
td.TdClassName
{
border-color: #DBB939;
}
.TagClassName
{
border-color: #DBB939;
}
</style>