Shades of Metallic Gold #DBAD3A
Tints of Metallic Gold #DBAD3A
RGB
CMYK
RGB Variations
Color information
#DBAD3A (or 0xDBAD3A) is known color: Metallic Gold. HEX triplet: DB, AD and 3A. RGB value is (219,173,58). Sum of RGB (Red+Green+Blue) = 219+173+58=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD3A is #2452C5. Grayscale: #AEAEAE. Windows color (decimal): -2380486 or 3845595. OLE color: 3845595.
HSL color Cylindrical-coordinate representation of color #DBAD3A: hue angle of 42.86º 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 #DBAD3A is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 173 | 58 | - |
CMYK | 0 | 0.21 | 0.74 | 0.14 |
HSL | 42.86º | 0.69% | 0.54% | - |
HSV(B) | 42.86º | 0.74% | 0.86% | - |
XYZ | 44.92 | 45.25 | 10.37 | - |
YUV | 173.64 | 62.74 | 160.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 58 | 0 | 0.21 | 0.74 | 0.14 | 42.86 | 0.69 | 0.54 |
Hex | DB | AD | 3A | 0 | 15 | 4A | E | 2B | 45 | 36 |
Octal | 333 | 255 | 72 | 0 | 25 | 112 | 16 | 53 | 105 | 66 |
Binary | 11011011 | 10101101 | 111010 | 0 | 10101 | 1001010 | 1110 | 101011 | 1000101 | 110110 |
Color Harmonies of #DBAD3A
Complementary color
Monochromatic Colors of #DBAD3A
Black with #DBAD3A
Text Example
Text Example
White with #DBAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD3A; }
p { color: rgb(219,173,58); }
H1.HeaderClassName
{
color: #DBAD3A;
}
.AnyTagClassName
{
color: #DBAD3A;
}
</style>
background-color css
<style>
a { background-color: #DBAD3A; }
a { background-color: rgb(219,173,58); }
div.DivClassName
{
background-color: #DBAD3A;
}
.BgClassName
{
background-color: #DBAD3A;
}
</style>
border-color css
<style>
span { border-color: #DBAD3A; }
span { border-color: rgb(219,173,58); }
td.TdClassName
{
border-color: #DBAD3A;
}
.TagClassName
{
border-color: #DBAD3A;
}
</style>