Shades of Metallic Gold #DBB33C
Tints of Metallic Gold #DBB33C
RGB
CMYK
RGB Variations
Color information
#DBB33C (or 0xDBB33C) is known color: Metallic Gold. HEX triplet: DB, B3 and 3C. RGB value is (219,179,60). Sum of RGB (Red+Green+Blue) = 219+179+60=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB33C is #244CC3. Grayscale: #B1B1B1. Windows color (decimal): -2378948 or 3978203. OLE color: 3978203.
HSL color Cylindrical-coordinate representation of color #DBB33C: hue angle of 44.91º 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 #DBB33C is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 60 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.14 |
| HSL | 44.91º | 0.69% | 0.55% | - |
| HSV(B) | 44.91º | 0.73% | 0.86% | - |
| XYZ | 46.15 | 47.63 | 11.04 | - |
| YUV | 177.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 60 | 0 | 0.18 | 0.73 | 0.14 | 44.91 | 0.69 | 0.55 |
| Hex | DB | B3 | 3C | 0 | 12 | 49 | E | 2D | 45 | 37 |
| Octal | 333 | 263 | 74 | 0 | 22 | 111 | 16 | 55 | 105 | 67 |
| Binary | 11011011 | 10110011 | 111100 | 0 | 10010 | 1001001 | 1110 | 101101 | 1000101 | 110111 |
Color Harmonies of #DBB33C
Complementary color
Monochromatic Colors of #DBB33C
Black with #DBB33C
Text Example
Text Example
White with #DBB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB33C; }
p { color: rgb(219,179,60); }
H1.HeaderClassName
{
color: #DBB33C;
}
.AnyTagClassName
{
color: #DBB33C;
}
</style>
background-color css
<style>
a { background-color: #DBB33C; }
a { background-color: rgb(219,179,60); }
div.DivClassName
{
background-color: #DBB33C;
}
.BgClassName
{
background-color: #DBB33C;
}
</style>
border-color css
<style>
span { border-color: #DBB33C; }
span { border-color: rgb(219,179,60); }
td.TdClassName
{
border-color: #DBB33C;
}
.TagClassName
{
border-color: #DBB33C;
}
</style>