Shades of Metallic Gold #DBB338
Tints of Metallic Gold #DBB338
RGB
CMYK
RGB Variations
Color information
#DBB338 (or 0xDBB338) is known color: Metallic Gold. HEX triplet: DB, B3 and 38. RGB value is (219,179,56). Sum of RGB (Red+Green+Blue) = 219+179+56=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB338 is #244CC7. Grayscale: #B1B1B1. Windows color (decimal): -2378952 or 3716059. OLE color: 3716059.
HSL color Cylindrical-coordinate representation of color #DBB338: hue angle of 45.28º 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 #DBB338 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 56 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.14 |
| HSL | 45.28º | 0.69% | 0.54% | - |
| HSV(B) | 45.28º | 0.74% | 0.86% | - |
| XYZ | 46.05 | 47.59 | 10.5 | - |
| YUV | 176.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 56 | 0 | 0.18 | 0.74 | 0.14 | 45.28 | 0.69 | 0.54 |
| Hex | DB | B3 | 38 | 0 | 12 | 4A | E | 2D | 45 | 36 |
| Octal | 333 | 263 | 70 | 0 | 22 | 112 | 16 | 55 | 105 | 66 |
| Binary | 11011011 | 10110011 | 111000 | 0 | 10010 | 1001010 | 1110 | 101101 | 1000101 | 110110 |
Color Harmonies of #DBB338
Complementary color
Monochromatic Colors of #DBB338
Black with #DBB338
Text Example
Text Example
White with #DBB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB338; }
p { color: rgb(219,179,56); }
H1.HeaderClassName
{
color: #DBB338;
}
.AnyTagClassName
{
color: #DBB338;
}
</style>
background-color css
<style>
a { background-color: #DBB338; }
a { background-color: rgb(219,179,56); }
div.DivClassName
{
background-color: #DBB338;
}
.BgClassName
{
background-color: #DBB338;
}
</style>
border-color css
<style>
span { border-color: #DBB338; }
span { border-color: rgb(219,179,56); }
td.TdClassName
{
border-color: #DBB338;
}
.TagClassName
{
border-color: #DBB338;
}
</style>