Shades of Metallic Gold #DBAB38
Tints of Metallic Gold #DBAB38
RGB
CMYK
RGB Variations
Color information
#DBAB38 (or 0xDBAB38) is known color: Metallic Gold. HEX triplet: DB, AB and 38. RGB value is (219,171,56). Sum of RGB (Red+Green+Blue) = 219+171+56=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB38 is #2454C7. Grayscale: #ACACAC. Windows color (decimal): -2381000 or 3714011. OLE color: 3714011.
HSL color Cylindrical-coordinate representation of color #DBAB38: hue angle of 42.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 #DBAB38 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 56 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.14 |
| HSL | 42.33º | 0.69% | 0.54% | - |
| HSV(B) | 42.33º | 0.74% | 0.86% | - |
| XYZ | 44.49 | 44.47 | 9.98 | - |
| YUV | 172.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 56 | 0 | 0.22 | 0.74 | 0.14 | 42.33 | 0.69 | 0.54 |
| Hex | DB | AB | 38 | 0 | 16 | 4A | E | 2A | 45 | 36 |
| Octal | 333 | 253 | 70 | 0 | 26 | 112 | 16 | 52 | 105 | 66 |
| Binary | 11011011 | 10101011 | 111000 | 0 | 10110 | 1001010 | 1110 | 101010 | 1000101 | 110110 |
Color Harmonies of #DBAB38
Complementary color
Monochromatic Colors of #DBAB38
Black with #DBAB38
Text Example
Text Example
White with #DBAB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB38; }
p { color: rgb(219,171,56); }
H1.HeaderClassName
{
color: #DBAB38;
}
.AnyTagClassName
{
color: #DBAB38;
}
</style>
background-color css
<style>
a { background-color: #DBAB38; }
a { background-color: rgb(219,171,56); }
div.DivClassName
{
background-color: #DBAB38;
}
.BgClassName
{
background-color: #DBAB38;
}
</style>
border-color css
<style>
span { border-color: #DBAB38; }
span { border-color: rgb(219,171,56); }
td.TdClassName
{
border-color: #DBAB38;
}
.TagClassName
{
border-color: #DBAB38;
}
</style>