Shades of Metallic Gold #DBB430
Tints of Metallic Gold #DBB430
RGB
CMYK
RGB Variations
Color information
#DBB430 (or 0xDBB430) is known color: Metallic Gold. HEX triplet: DB, B4 and 30. RGB value is (219,180,48). Sum of RGB (Red+Green+Blue) = 219+180+48=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB430 is #244BCF. Grayscale: #B1B1B1. Windows color (decimal): -2378704 or 3192027. OLE color: 3192027.
HSL color Cylindrical-coordinate representation of color #DBB430: hue angle of 46.32º 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 #DBB430 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 48 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.14 |
| HSL | 46.32º | 0.7% | 0.52% | - |
| HSV(B) | 46.32º | 0.78% | 0.86% | - |
| XYZ | 46.07 | 47.92 | 9.62 | - |
| YUV | 176.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 48 | 0 | 0.18 | 0.78 | 0.14 | 46.32 | 0.7 | 0.52 |
| Hex | DB | B4 | 30 | 0 | 12 | 4E | E | 2E | 46 | 34 |
| Octal | 333 | 264 | 60 | 0 | 22 | 116 | 16 | 56 | 106 | 64 |
| Binary | 11011011 | 10110100 | 110000 | 0 | 10010 | 1001110 | 1110 | 101110 | 1000110 | 110100 |
Color Harmonies of #DBB430
Complementary color
Monochromatic Colors of #DBB430
Black with #DBB430
Text Example
Text Example
White with #DBB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB430; }
p { color: rgb(219,180,48); }
H1.HeaderClassName
{
color: #DBB430;
}
.AnyTagClassName
{
color: #DBB430;
}
</style>
background-color css
<style>
a { background-color: #DBB430; }
a { background-color: rgb(219,180,48); }
div.DivClassName
{
background-color: #DBB430;
}
.BgClassName
{
background-color: #DBB430;
}
</style>
border-color css
<style>
span { border-color: #DBB430; }
span { border-color: rgb(219,180,48); }
td.TdClassName
{
border-color: #DBB430;
}
.TagClassName
{
border-color: #DBB430;
}
</style>