Shades of Metallic Gold #DBB43C
Tints of Metallic Gold #DBB43C
RGB
CMYK
RGB Variations
Color information
#DBB43C (or 0xDBB43C) is known color: Metallic Gold. HEX triplet: DB, B4 and 3C. RGB value is (219,180,60). Sum of RGB (Red+Green+Blue) = 219+180+60=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB43C is #244BC3. Grayscale: #B2B2B2. Windows color (decimal): -2378692 or 3978459. OLE color: 3978459.
HSL color Cylindrical-coordinate representation of color #DBB43C: hue angle of 45.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBB43C is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 60 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.14 |
| HSL | 45.28º | 0.69% | 0.55% | - |
| HSV(B) | 45.28º | 0.73% | 0.86% | - |
| XYZ | 46.35 | 48.03 | 11.1 | - |
| YUV | 177.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 60 | 0 | 0.18 | 0.73 | 0.14 | 45.28 | 0.69 | 0.55 |
| Hex | DB | B4 | 3C | 0 | 12 | 49 | E | 2D | 45 | 37 |
| Octal | 333 | 264 | 74 | 0 | 22 | 111 | 16 | 55 | 105 | 67 |
| Binary | 11011011 | 10110100 | 111100 | 0 | 10010 | 1001001 | 1110 | 101101 | 1000101 | 110111 |
Color Harmonies of #DBB43C
Complementary color
Monochromatic Colors of #DBB43C
Black with #DBB43C
Text Example
Text Example
White with #DBB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB43C; }
p { color: rgb(219,180,60); }
H1.HeaderClassName
{
color: #DBB43C;
}
.AnyTagClassName
{
color: #DBB43C;
}
</style>
background-color css
<style>
a { background-color: #DBB43C; }
a { background-color: rgb(219,180,60); }
div.DivClassName
{
background-color: #DBB43C;
}
.BgClassName
{
background-color: #DBB43C;
}
</style>
border-color css
<style>
span { border-color: #DBB43C; }
span { border-color: rgb(219,180,60); }
td.TdClassName
{
border-color: #DBB43C;
}
.TagClassName
{
border-color: #DBB43C;
}
</style>