Shades of Metallic Gold #DBB932
Tints of Metallic Gold #DBB932
RGB
CMYK
RGB Variations
Color information
#DBB932 (or 0xDBB932) is known color: Metallic Gold. HEX triplet: DB, B9 and 32. RGB value is (219,185,50). Sum of RGB (Red+Green+Blue) = 219+185+50=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB932 is #2446CD. Grayscale: #B4B4B4. Windows color (decimal): -2377422 or 3324379. OLE color: 3324379.
HSL color Cylindrical-coordinate representation of color #DBB932: hue angle of 47.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBB932 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 50 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.14 |
| HSL | 47.93º | 0.7% | 0.53% | - |
| HSV(B) | 47.93º | 0.77% | 0.86% | - |
| XYZ | 47.14 | 49.99 | 10.18 | - |
| YUV | 179.78 | 54.76 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 50 | 0 | 0.16 | 0.77 | 0.14 | 47.93 | 0.7 | 0.53 |
| Hex | DB | B9 | 32 | 0 | 10 | 4D | E | 30 | 46 | 35 |
| Octal | 333 | 271 | 62 | 0 | 20 | 115 | 16 | 60 | 106 | 65 |
| Binary | 11011011 | 10111001 | 110010 | 0 | 10000 | 1001101 | 1110 | 110000 | 1000110 | 110101 |
Color Harmonies of #DBB932
Complementary color
Monochromatic Colors of #DBB932
Black with #DBB932
Text Example
Text Example
White with #DBB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB932; }
p { color: rgb(219,185,50); }
H1.HeaderClassName
{
color: #DBB932;
}
.AnyTagClassName
{
color: #DBB932;
}
</style>
background-color css
<style>
a { background-color: #DBB932; }
a { background-color: rgb(219,185,50); }
div.DivClassName
{
background-color: #DBB932;
}
.BgClassName
{
background-color: #DBB932;
}
</style>
border-color css
<style>
span { border-color: #DBB932; }
span { border-color: rgb(219,185,50); }
td.TdClassName
{
border-color: #DBB932;
}
.TagClassName
{
border-color: #DBB932;
}
</style>