Shades of Metallic Gold #DBAB2F
Tints of Metallic Gold #DBAB2F
RGB
CMYK
RGB Variations
Color information
#DBAB2F (or 0xDBAB2F) is known color: Metallic Gold. HEX triplet: DB, AB and 2F. RGB value is (219,171,47). Sum of RGB (Red+Green+Blue) = 219+171+47=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB2F is #2454D0. Grayscale: #ABABAB. Windows color (decimal): -2381009 or 3124187. OLE color: 3124187.
HSL color Cylindrical-coordinate representation of color #DBAB2F: hue angle of 43.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBAB2F is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 47 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.14 |
| HSL | 43.26º | 0.7% | 0.52% | - |
| HSV(B) | 43.26º | 0.79% | 0.86% | - |
| XYZ | 44.29 | 44.39 | 8.92 | - |
| YUV | 171.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 47 | 0 | 0.22 | 0.79 | 0.14 | 43.26 | 0.7 | 0.52 |
| Hex | DB | AB | 2F | 0 | 16 | 4F | E | 2B | 46 | 34 |
| Octal | 333 | 253 | 57 | 0 | 26 | 117 | 16 | 53 | 106 | 64 |
| Binary | 11011011 | 10101011 | 101111 | 0 | 10110 | 1001111 | 1110 | 101011 | 1000110 | 110100 |
Color Harmonies of #DBAB2F
Complementary color
Monochromatic Colors of #DBAB2F
Black with #DBAB2F
Text Example
Text Example
White with #DBAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB2F; }
p { color: rgb(219,171,47); }
H1.HeaderClassName
{
color: #DBAB2F;
}
.AnyTagClassName
{
color: #DBAB2F;
}
</style>
background-color css
<style>
a { background-color: #DBAB2F; }
a { background-color: rgb(219,171,47); }
div.DivClassName
{
background-color: #DBAB2F;
}
.BgClassName
{
background-color: #DBAB2F;
}
</style>
border-color css
<style>
span { border-color: #DBAB2F; }
span { border-color: rgb(219,171,47); }
td.TdClassName
{
border-color: #DBAB2F;
}
.TagClassName
{
border-color: #DBAB2F;
}
</style>