Shades of Metallic Gold #DBB33F
Tints of Metallic Gold #DBB33F
RGB
CMYK
RGB Variations
Color information
#DBB33F (or 0xDBB33F) is known color: Metallic Gold. HEX triplet: DB, B3 and 3F. RGB value is (219,179,63). Sum of RGB (Red+Green+Blue) = 219+179+63=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB33F is #244CC0. Grayscale: #B2B2B2. Windows color (decimal): -2378945 or 4174811. OLE color: 4174811.
HSL color Cylindrical-coordinate representation of color #DBB33F: hue angle of 44.62º 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 #DBB33F is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 63 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.14 |
| HSL | 44.62º | 0.68% | 0.55% | - |
| HSV(B) | 44.62º | 0.71% | 0.86% | - |
| XYZ | 46.23 | 47.66 | 11.47 | - |
| YUV | 177.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 63 | 0 | 0.18 | 0.71 | 0.14 | 44.62 | 0.68 | 0.55 |
| Hex | DB | B3 | 3F | 0 | 12 | 47 | E | 2D | 44 | 37 |
| Octal | 333 | 263 | 77 | 0 | 22 | 107 | 16 | 55 | 104 | 67 |
| Binary | 11011011 | 10110011 | 111111 | 0 | 10010 | 1000111 | 1110 | 101101 | 1000100 | 110111 |
Color Harmonies of #DBB33F
Complementary color
Monochromatic Colors of #DBB33F
Black with #DBB33F
Text Example
Text Example
White with #DBB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB33F; }
p { color: rgb(219,179,63); }
H1.HeaderClassName
{
color: #DBB33F;
}
.AnyTagClassName
{
color: #DBB33F;
}
</style>
background-color css
<style>
a { background-color: #DBB33F; }
a { background-color: rgb(219,179,63); }
div.DivClassName
{
background-color: #DBB33F;
}
.BgClassName
{
background-color: #DBB33F;
}
</style>
border-color css
<style>
span { border-color: #DBB33F; }
span { border-color: rgb(219,179,63); }
td.TdClassName
{
border-color: #DBB33F;
}
.TagClassName
{
border-color: #DBB33F;
}
</style>