Shades of Metallic Gold #DBB33B
Tints of Metallic Gold #DBB33B
RGB
CMYK
RGB Variations
Color information
#DBB33B (or 0xDBB33B) is known color: Metallic Gold. HEX triplet: DB, B3 and 3B. RGB value is (219,179,59). Sum of RGB (Red+Green+Blue) = 219+179+59=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB33B is #244CC4. Grayscale: #B1B1B1. Windows color (decimal): -2378949 or 3912667. OLE color: 3912667.
HSL color Cylindrical-coordinate representation of color #DBB33B: hue angle of 45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBB33B is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 59 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.14 |
| HSL | 45º | 0.69% | 0.55% | - |
| HSV(B) | 45º | 0.73% | 0.86% | - |
| XYZ | 46.12 | 47.62 | 10.9 | - |
| YUV | 177.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 59 | 0 | 0.18 | 0.73 | 0.14 | 45 | 0.69 | 0.55 |
| Hex | DB | B3 | 3B | 0 | 12 | 49 | E | 2D | 45 | 37 |
| Octal | 333 | 263 | 73 | 0 | 22 | 111 | 16 | 55 | 105 | 67 |
| Binary | 11011011 | 10110011 | 111011 | 0 | 10010 | 1001001 | 1110 | 101101 | 1000101 | 110111 |
Color Harmonies of #DBB33B
Complementary color
Monochromatic Colors of #DBB33B
Black with #DBB33B
Text Example
Text Example
White with #DBB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB33B; }
p { color: rgb(219,179,59); }
H1.HeaderClassName
{
color: #DBB33B;
}
.AnyTagClassName
{
color: #DBB33B;
}
</style>
background-color css
<style>
a { background-color: #DBB33B; }
a { background-color: rgb(219,179,59); }
div.DivClassName
{
background-color: #DBB33B;
}
.BgClassName
{
background-color: #DBB33B;
}
</style>
border-color css
<style>
span { border-color: #DBB33B; }
span { border-color: rgb(219,179,59); }
td.TdClassName
{
border-color: #DBB33B;
}
.TagClassName
{
border-color: #DBB33B;
}
</style>