Shades of Metallic Gold #DBB63F
Tints of Metallic Gold #DBB63F
RGB
CMYK
RGB Variations
Color information
#DBB63F (or 0xDBB63F) is known color: Metallic Gold. HEX triplet: DB, B6 and 3F. RGB value is (219,182,63). Sum of RGB (Red+Green+Blue) = 219+182+63=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB63F is #2449C0. Grayscale: #B4B4B4. Windows color (decimal): -2378177 or 4175579. OLE color: 4175579.
HSL color Cylindrical-coordinate representation of color #DBB63F: hue angle of 45.77º 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 #DBB63F is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 63 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.14 |
| HSL | 45.77º | 0.68% | 0.55% | - |
| HSV(B) | 45.77º | 0.71% | 0.86% | - |
| XYZ | 46.84 | 48.87 | 11.67 | - |
| YUV | 179.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 63 | 0 | 0.17 | 0.71 | 0.14 | 45.77 | 0.68 | 0.55 |
| Hex | DB | B6 | 3F | 0 | 11 | 47 | E | 2E | 44 | 37 |
| Octal | 333 | 266 | 77 | 0 | 21 | 107 | 16 | 56 | 104 | 67 |
| Binary | 11011011 | 10110110 | 111111 | 0 | 10001 | 1000111 | 1110 | 101110 | 1000100 | 110111 |
Color Harmonies of #DBB63F
Complementary color
Monochromatic Colors of #DBB63F
Black with #DBB63F
Text Example
Text Example
White with #DBB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB63F; }
p { color: rgb(219,182,63); }
H1.HeaderClassName
{
color: #DBB63F;
}
.AnyTagClassName
{
color: #DBB63F;
}
</style>
background-color css
<style>
a { background-color: #DBB63F; }
a { background-color: rgb(219,182,63); }
div.DivClassName
{
background-color: #DBB63F;
}
.BgClassName
{
background-color: #DBB63F;
}
</style>
border-color css
<style>
span { border-color: #DBB63F; }
span { border-color: rgb(219,182,63); }
td.TdClassName
{
border-color: #DBB63F;
}
.TagClassName
{
border-color: #DBB63F;
}
</style>