Shades of Metallic Gold #DBAB30
Tints of Metallic Gold #DBAB30
RGB
CMYK
RGB Variations
Color information
#DBAB30 (or 0xDBAB30) is known color: Metallic Gold. HEX triplet: DB, AB and 30. RGB value is (219,171,48). Sum of RGB (Red+Green+Blue) = 219+171+48=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB30 is #2454CF. Grayscale: #ABABAB. Windows color (decimal): -2381008 or 3189723. OLE color: 3189723.
HSL color Cylindrical-coordinate representation of color #DBAB30: hue angle of 43.16º 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 #DBAB30 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 48 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.14 |
| HSL | 43.16º | 0.7% | 0.52% | - |
| HSV(B) | 43.16º | 0.78% | 0.86% | - |
| XYZ | 44.31 | 44.4 | 9.03 | - |
| YUV | 171.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 48 | 0 | 0.22 | 0.78 | 0.14 | 43.16 | 0.7 | 0.52 |
| Hex | DB | AB | 30 | 0 | 16 | 4E | E | 2B | 46 | 34 |
| Octal | 333 | 253 | 60 | 0 | 26 | 116 | 16 | 53 | 106 | 64 |
| Binary | 11011011 | 10101011 | 110000 | 0 | 10110 | 1001110 | 1110 | 101011 | 1000110 | 110100 |
Color Harmonies of #DBAB30
Complementary color
Monochromatic Colors of #DBAB30
Black with #DBAB30
Text Example
Text Example
White with #DBAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB30; }
p { color: rgb(219,171,48); }
H1.HeaderClassName
{
color: #DBAB30;
}
.AnyTagClassName
{
color: #DBAB30;
}
</style>
background-color css
<style>
a { background-color: #DBAB30; }
a { background-color: rgb(219,171,48); }
div.DivClassName
{
background-color: #DBAB30;
}
.BgClassName
{
background-color: #DBAB30;
}
</style>
border-color css
<style>
span { border-color: #DBAB30; }
span { border-color: rgb(219,171,48); }
td.TdClassName
{
border-color: #DBAB30;
}
.TagClassName
{
border-color: #DBAB30;
}
</style>