Shades of Metallic Gold #DBB138
Tints of Metallic Gold #DBB138
RGB
CMYK
RGB Variations
Color information
#DBB138 (or 0xDBB138) is known color: Metallic Gold. HEX triplet: DB, B1 and 38. RGB value is (219,177,56). Sum of RGB (Red+Green+Blue) = 219+177+56=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB138 is #244EC7. Grayscale: #B0B0B0. Windows color (decimal): -2379464 or 3715547. OLE color: 3715547.
HSL color Cylindrical-coordinate representation of color #DBB138: hue angle of 44.54º 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 #DBB138 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 56 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.14 |
| HSL | 44.54º | 0.69% | 0.54% | - |
| HSV(B) | 44.54º | 0.74% | 0.86% | - |
| XYZ | 45.65 | 46.79 | 10.37 | - |
| YUV | 175.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 56 | 0 | 0.19 | 0.74 | 0.14 | 44.54 | 0.69 | 0.54 |
| Hex | DB | B1 | 38 | 0 | 13 | 4A | E | 2D | 45 | 36 |
| Octal | 333 | 261 | 70 | 0 | 23 | 112 | 16 | 55 | 105 | 66 |
| Binary | 11011011 | 10110001 | 111000 | 0 | 10011 | 1001010 | 1110 | 101101 | 1000101 | 110110 |
Color Harmonies of #DBB138
Complementary color
Monochromatic Colors of #DBB138
Black with #DBB138
Text Example
Text Example
White with #DBB138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB138; }
p { color: rgb(219,177,56); }
H1.HeaderClassName
{
color: #DBB138;
}
.AnyTagClassName
{
color: #DBB138;
}
</style>
background-color css
<style>
a { background-color: #DBB138; }
a { background-color: rgb(219,177,56); }
div.DivClassName
{
background-color: #DBB138;
}
.BgClassName
{
background-color: #DBB138;
}
</style>
border-color css
<style>
span { border-color: #DBB138; }
span { border-color: rgb(219,177,56); }
td.TdClassName
{
border-color: #DBB138;
}
.TagClassName
{
border-color: #DBB138;
}
</style>