Shades of Metallic Gold #DBB93A
Tints of Metallic Gold #DBB93A
RGB
CMYK
RGB Variations
Color information
#DBB93A (or 0xDBB93A) is known color: Metallic Gold. HEX triplet: DB, B9 and 3A. RGB value is (219,185,58). Sum of RGB (Red+Green+Blue) = 219+185+58=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB93A is #2446C5. Grayscale: #B5B5B5. Windows color (decimal): -2377414 or 3848667. OLE color: 3848667.
HSL color Cylindrical-coordinate representation of color #DBB93A: hue angle of 47.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBB93A is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 58 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.14 |
| HSL | 47.33º | 0.69% | 0.54% | - |
| HSV(B) | 47.33º | 0.74% | 0.86% | - |
| XYZ | 47.33 | 50.06 | 11.17 | - |
| YUV | 180.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 58 | 0 | 0.16 | 0.74 | 0.14 | 47.33 | 0.69 | 0.54 |
| Hex | DB | B9 | 3A | 0 | 10 | 4A | E | 2F | 45 | 36 |
| Octal | 333 | 271 | 72 | 0 | 20 | 112 | 16 | 57 | 105 | 66 |
| Binary | 11011011 | 10111001 | 111010 | 0 | 10000 | 1001010 | 1110 | 101111 | 1000101 | 110110 |
Color Harmonies of #DBB93A
Complementary color
Monochromatic Colors of #DBB93A
Black with #DBB93A
Text Example
Text Example
White with #DBB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB93A; }
p { color: rgb(219,185,58); }
H1.HeaderClassName
{
color: #DBB93A;
}
.AnyTagClassName
{
color: #DBB93A;
}
</style>
background-color css
<style>
a { background-color: #DBB93A; }
a { background-color: rgb(219,185,58); }
div.DivClassName
{
background-color: #DBB93A;
}
.BgClassName
{
background-color: #DBB93A;
}
</style>
border-color css
<style>
span { border-color: #DBB93A; }
span { border-color: rgb(219,185,58); }
td.TdClassName
{
border-color: #DBB93A;
}
.TagClassName
{
border-color: #DBB93A;
}
</style>