Shades of Metallic Gold #DBB640
Tints of Metallic Gold #DBB640
RGB
CMYK
RGB Variations
Color information
#DBB640 (or 0xDBB640) is known color: Metallic Gold. HEX triplet: DB, B6 and 40. RGB value is (219,182,64). Sum of RGB (Red+Green+Blue) = 219+182+64=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB640 is #2449BF. Grayscale: #B4B4B4. Windows color (decimal): -2378176 or 4241115. OLE color: 4241115.
HSL color Cylindrical-coordinate representation of color #DBB640: hue angle of 45.68º 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 #DBB640 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 64 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.14 |
| HSL | 45.68º | 0.68% | 0.55% | - |
| HSV(B) | 45.68º | 0.71% | 0.86% | - |
| XYZ | 46.87 | 48.89 | 11.82 | - |
| YUV | 179.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 64 | 0 | 0.17 | 0.71 | 0.14 | 45.68 | 0.68 | 0.55 |
| Hex | DB | B6 | 40 | 0 | 11 | 47 | E | 2E | 44 | 37 |
| Octal | 333 | 266 | 100 | 0 | 21 | 107 | 16 | 56 | 104 | 67 |
| Binary | 11011011 | 10110110 | 1000000 | 0 | 10001 | 1000111 | 1110 | 101110 | 1000100 | 110111 |
Color Harmonies of #DBB640
Complementary color
Monochromatic Colors of #DBB640
Black with #DBB640
Text Example
Text Example
White with #DBB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB640; }
p { color: rgb(219,182,64); }
H1.HeaderClassName
{
color: #DBB640;
}
.AnyTagClassName
{
color: #DBB640;
}
</style>
background-color css
<style>
a { background-color: #DBB640; }
a { background-color: rgb(219,182,64); }
div.DivClassName
{
background-color: #DBB640;
}
.BgClassName
{
background-color: #DBB640;
}
</style>
border-color css
<style>
span { border-color: #DBB640; }
span { border-color: rgb(219,182,64); }
td.TdClassName
{
border-color: #DBB640;
}
.TagClassName
{
border-color: #DBB640;
}
</style>