Shades of Metallic Gold #DBB340
Tints of Metallic Gold #DBB340
RGB
CMYK
RGB Variations
Color information
#DBB340 (or 0xDBB340) is known color: Metallic Gold. HEX triplet: DB, B3 and 40. RGB value is (219,179,64). Sum of RGB (Red+Green+Blue) = 219+179+64=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB340 is #244CBF. Grayscale: #B2B2B2. Windows color (decimal): -2378944 or 4240347. OLE color: 4240347.
HSL color Cylindrical-coordinate representation of color #DBB340: hue angle of 44.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBB340 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 64 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.14 |
| HSL | 44.52º | 0.68% | 0.55% | - |
| HSV(B) | 44.52º | 0.71% | 0.86% | - |
| XYZ | 46.26 | 47.67 | 11.61 | - |
| YUV | 177.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 64 | 0 | 0.18 | 0.71 | 0.14 | 44.52 | 0.68 | 0.55 |
| Hex | DB | B3 | 40 | 0 | 12 | 47 | E | 2D | 44 | 37 |
| Octal | 333 | 263 | 100 | 0 | 22 | 107 | 16 | 55 | 104 | 67 |
| Binary | 11011011 | 10110011 | 1000000 | 0 | 10010 | 1000111 | 1110 | 101101 | 1000100 | 110111 |
Color Harmonies of #DBB340
Complementary color
Monochromatic Colors of #DBB340
Black with #DBB340
Text Example
Text Example
White with #DBB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB340; }
p { color: rgb(219,179,64); }
H1.HeaderClassName
{
color: #DBB340;
}
.AnyTagClassName
{
color: #DBB340;
}
</style>
background-color css
<style>
a { background-color: #DBB340; }
a { background-color: rgb(219,179,64); }
div.DivClassName
{
background-color: #DBB340;
}
.BgClassName
{
background-color: #DBB340;
}
</style>
border-color css
<style>
span { border-color: #DBB340; }
span { border-color: rgb(219,179,64); }
td.TdClassName
{
border-color: #DBB340;
}
.TagClassName
{
border-color: #DBB340;
}
</style>