Shades of Metallic Gold #DBB33D
Tints of Metallic Gold #DBB33D
RGB
CMYK
RGB Variations
Color information
#DBB33D (or 0xDBB33D) is known color: Metallic Gold. HEX triplet: DB, B3 and 3D. RGB value is (219,179,61). Sum of RGB (Red+Green+Blue) = 219+179+61=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB33D is #244CC2. Grayscale: #B2B2B2. Windows color (decimal): -2378947 or 4043739. OLE color: 4043739.
HSL color Cylindrical-coordinate representation of color #DBB33D: hue angle of 44.81º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBB33D is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 61 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.14 |
| HSL | 44.81º | 0.69% | 0.55% | - |
| HSV(B) | 44.81º | 0.72% | 0.86% | - |
| XYZ | 46.18 | 47.64 | 11.18 | - |
| YUV | 177.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 61 | 0 | 0.18 | 0.72 | 0.14 | 44.81 | 0.69 | 0.55 |
| Hex | DB | B3 | 3D | 0 | 12 | 48 | E | 2D | 45 | 37 |
| Octal | 333 | 263 | 75 | 0 | 22 | 110 | 16 | 55 | 105 | 67 |
| Binary | 11011011 | 10110011 | 111101 | 0 | 10010 | 1001000 | 1110 | 101101 | 1000101 | 110111 |
Color Harmonies of #DBB33D
Complementary color
Monochromatic Colors of #DBB33D
Black with #DBB33D
Text Example
Text Example
White with #DBB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB33D; }
p { color: rgb(219,179,61); }
H1.HeaderClassName
{
color: #DBB33D;
}
.AnyTagClassName
{
color: #DBB33D;
}
</style>
background-color css
<style>
a { background-color: #DBB33D; }
a { background-color: rgb(219,179,61); }
div.DivClassName
{
background-color: #DBB33D;
}
.BgClassName
{
background-color: #DBB33D;
}
</style>
border-color css
<style>
span { border-color: #DBB33D; }
span { border-color: rgb(219,179,61); }
td.TdClassName
{
border-color: #DBB33D;
}
.TagClassName
{
border-color: #DBB33D;
}
</style>