Shades of Metallic Gold #DBB441
Tints of Metallic Gold #DBB441
RGB
CMYK
RGB Variations
Color information
#DBB441 (or 0xDBB441) is known color: Metallic Gold. HEX triplet: DB, B4 and 41. RGB value is (219,180,65). Sum of RGB (Red+Green+Blue) = 219+180+65=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB441 is #244BBE. Grayscale: #B3B3B3. Windows color (decimal): -2378687 or 4306139. OLE color: 4306139.
HSL color Cylindrical-coordinate representation of color #DBB441: hue angle of 44.81º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBB441 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 65 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.14 |
| HSL | 44.81º | 0.68% | 0.56% | - |
| HSV(B) | 44.81º | 0.7% | 0.86% | - |
| XYZ | 46.49 | 48.08 | 11.83 | - |
| YUV | 178.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 65 | 0 | 0.18 | 0.70 | 0.14 | 44.81 | 0.68 | 0.56 |
| Hex | DB | B4 | 41 | 0 | 12 | 46 | E | 2D | 44 | 38 |
| Octal | 333 | 264 | 101 | 0 | 22 | 106 | 16 | 55 | 104 | 70 |
| Binary | 11011011 | 10110100 | 1000001 | 0 | 10010 | 1000110 | 1110 | 101101 | 1000100 | 111000 |
Color Harmonies of #DBB441
Complementary color
Monochromatic Colors of #DBB441
Black with #DBB441
Text Example
Text Example
White with #DBB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB441; }
p { color: rgb(219,180,65); }
H1.HeaderClassName
{
color: #DBB441;
}
.AnyTagClassName
{
color: #DBB441;
}
</style>
background-color css
<style>
a { background-color: #DBB441; }
a { background-color: rgb(219,180,65); }
div.DivClassName
{
background-color: #DBB441;
}
.BgClassName
{
background-color: #DBB441;
}
</style>
border-color css
<style>
span { border-color: #DBB441; }
span { border-color: rgb(219,180,65); }
td.TdClassName
{
border-color: #DBB441;
}
.TagClassName
{
border-color: #DBB441;
}
</style>