Shades of Metallic Gold #DBAE30
Tints of Metallic Gold #DBAE30
RGB
CMYK
RGB Variations
Color information
#DBAE30 (or 0xDBAE30) is known color: Metallic Gold. HEX triplet: DB, AE and 30. RGB value is (219,174,48). Sum of RGB (Red+Green+Blue) = 219+174+48=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE30 is #2451CF. Grayscale: #ADADAD. Windows color (decimal): -2380240 or 3190491. OLE color: 3190491.
HSL color Cylindrical-coordinate representation of color #DBAE30: hue angle of 44.21º 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 #DBAE30 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 48 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.14 |
| HSL | 44.21º | 0.7% | 0.52% | - |
| HSV(B) | 44.21º | 0.78% | 0.86% | - |
| XYZ | 44.88 | 45.55 | 9.22 | - |
| YUV | 173.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 48 | 0 | 0.21 | 0.78 | 0.14 | 44.21 | 0.7 | 0.52 |
| Hex | DB | AE | 30 | 0 | 15 | 4E | E | 2C | 46 | 34 |
| Octal | 333 | 256 | 60 | 0 | 25 | 116 | 16 | 54 | 106 | 64 |
| Binary | 11011011 | 10101110 | 110000 | 0 | 10101 | 1001110 | 1110 | 101100 | 1000110 | 110100 |
Color Harmonies of #DBAE30
Complementary color
Monochromatic Colors of #DBAE30
Black with #DBAE30
Text Example
Text Example
White with #DBAE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE30; }
p { color: rgb(219,174,48); }
H1.HeaderClassName
{
color: #DBAE30;
}
.AnyTagClassName
{
color: #DBAE30;
}
</style>
background-color css
<style>
a { background-color: #DBAE30; }
a { background-color: rgb(219,174,48); }
div.DivClassName
{
background-color: #DBAE30;
}
.BgClassName
{
background-color: #DBAE30;
}
</style>
border-color css
<style>
span { border-color: #DBAE30; }
span { border-color: rgb(219,174,48); }
td.TdClassName
{
border-color: #DBAE30;
}
.TagClassName
{
border-color: #DBAE30;
}
</style>