Shades of Metallic Gold #DBB130
Tints of Metallic Gold #DBB130
RGB
CMYK
RGB Variations
Color information
#DBB130 (or 0xDBB130) is known color: Metallic Gold. HEX triplet: DB, B1 and 30. RGB value is (219,177,48). Sum of RGB (Red+Green+Blue) = 219+177+48=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB130 is #244ECF. Grayscale: #AFAFAF. Windows color (decimal): -2379472 or 3191259. OLE color: 3191259.
HSL color Cylindrical-coordinate representation of color #DBB130: hue angle of 45.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBB130 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 48 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.14 |
| HSL | 45.26º | 0.7% | 0.52% | - |
| HSV(B) | 45.26º | 0.78% | 0.86% | - |
| XYZ | 45.47 | 46.72 | 9.42 | - |
| YUV | 174.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 48 | 0 | 0.19 | 0.78 | 0.14 | 45.26 | 0.7 | 0.52 |
| Hex | DB | B1 | 30 | 0 | 13 | 4E | E | 2D | 46 | 34 |
| Octal | 333 | 261 | 60 | 0 | 23 | 116 | 16 | 55 | 106 | 64 |
| Binary | 11011011 | 10110001 | 110000 | 0 | 10011 | 1001110 | 1110 | 101101 | 1000110 | 110100 |
Color Harmonies of #DBB130
Complementary color
Monochromatic Colors of #DBB130
Black with #DBB130
Text Example
Text Example
White with #DBB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB130; }
p { color: rgb(219,177,48); }
H1.HeaderClassName
{
color: #DBB130;
}
.AnyTagClassName
{
color: #DBB130;
}
</style>
background-color css
<style>
a { background-color: #DBB130; }
a { background-color: rgb(219,177,48); }
div.DivClassName
{
background-color: #DBB130;
}
.BgClassName
{
background-color: #DBB130;
}
</style>
border-color css
<style>
span { border-color: #DBB130; }
span { border-color: rgb(219,177,48); }
td.TdClassName
{
border-color: #DBB130;
}
.TagClassName
{
border-color: #DBB130;
}
</style>