Shades of Metallic Gold #DBB937
Tints of Metallic Gold #DBB937
RGB
CMYK
RGB Variations
Color information
#DBB937 (or 0xDBB937) is known color: Metallic Gold. HEX triplet: DB, B9 and 37. RGB value is (219,185,55). Sum of RGB (Red+Green+Blue) = 219+185+55=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB937 is #2446C8. Grayscale: #B4B4B4. Windows color (decimal): -2377417 or 3652059. OLE color: 3652059.
HSL color Cylindrical-coordinate representation of color #DBB937: hue angle of 47.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBB937 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 55 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.14 |
| HSL | 47.56º | 0.69% | 0.54% | - |
| HSV(B) | 47.56º | 0.75% | 0.86% | - |
| XYZ | 47.25 | 50.03 | 10.78 | - |
| YUV | 180.35 | 57.26 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 55 | 0 | 0.16 | 0.75 | 0.14 | 47.56 | 0.69 | 0.54 |
| Hex | DB | B9 | 37 | 0 | 10 | 4B | E | 30 | 45 | 36 |
| Octal | 333 | 271 | 67 | 0 | 20 | 113 | 16 | 60 | 105 | 66 |
| Binary | 11011011 | 10111001 | 110111 | 0 | 10000 | 1001011 | 1110 | 110000 | 1000101 | 110110 |
Color Harmonies of #DBB937
Complementary color
Monochromatic Colors of #DBB937
Black with #DBB937
Text Example
Text Example
White with #DBB937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB937; }
p { color: rgb(219,185,55); }
H1.HeaderClassName
{
color: #DBB937;
}
.AnyTagClassName
{
color: #DBB937;
}
</style>
background-color css
<style>
a { background-color: #DBB937; }
a { background-color: rgb(219,185,55); }
div.DivClassName
{
background-color: #DBB937;
}
.BgClassName
{
background-color: #DBB937;
}
</style>
border-color css
<style>
span { border-color: #DBB937; }
span { border-color: rgb(219,185,55); }
td.TdClassName
{
border-color: #DBB937;
}
.TagClassName
{
border-color: #DBB937;
}
</style>