Shades of Metallic Gold #DBB330
Tints of Metallic Gold #DBB330
RGB
CMYK
RGB Variations
Color information
#DBB330 (or 0xDBB330) is known color: Metallic Gold. HEX triplet: DB, B3 and 30. RGB value is (219,179,48). Sum of RGB (Red+Green+Blue) = 219+179+48=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB330 is #244CCF. Grayscale: #B0B0B0. Windows color (decimal): -2378960 or 3191771. OLE color: 3191771.
HSL color Cylindrical-coordinate representation of color #DBB330: hue angle of 45.96º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBB330 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 48 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.14 |
| HSL | 45.96º | 0.7% | 0.52% | - |
| HSV(B) | 45.96º | 0.78% | 0.86% | - |
| XYZ | 45.87 | 47.51 | 9.55 | - |
| YUV | 176.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 48 | 0 | 0.18 | 0.78 | 0.14 | 45.96 | 0.7 | 0.52 |
| Hex | DB | B3 | 30 | 0 | 12 | 4E | E | 2E | 46 | 34 |
| Octal | 333 | 263 | 60 | 0 | 22 | 116 | 16 | 56 | 106 | 64 |
| Binary | 11011011 | 10110011 | 110000 | 0 | 10010 | 1001110 | 1110 | 101110 | 1000110 | 110100 |
Color Harmonies of #DBB330
Complementary color
Monochromatic Colors of #DBB330
Black with #DBB330
Text Example
Text Example
White with #DBB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB330; }
p { color: rgb(219,179,48); }
H1.HeaderClassName
{
color: #DBB330;
}
.AnyTagClassName
{
color: #DBB330;
}
</style>
background-color css
<style>
a { background-color: #DBB330; }
a { background-color: rgb(219,179,48); }
div.DivClassName
{
background-color: #DBB330;
}
.BgClassName
{
background-color: #DBB330;
}
</style>
border-color css
<style>
span { border-color: #DBB330; }
span { border-color: rgb(219,179,48); }
td.TdClassName
{
border-color: #DBB330;
}
.TagClassName
{
border-color: #DBB330;
}
</style>