Shades of Metallic Gold #DBAE32
Tints of Metallic Gold #DBAE32
RGB
CMYK
RGB Variations
Color information
#DBAE32 (or 0xDBAE32) is known color: Metallic Gold. HEX triplet: DB, AE and 32. RGB value is (219,174,50). Sum of RGB (Red+Green+Blue) = 219+174+50=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE32 is #2451CD. Grayscale: #ADADAD. Windows color (decimal): -2380238 or 3321563. OLE color: 3321563.
HSL color Cylindrical-coordinate representation of color #DBAE32: hue angle of 44.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBAE32 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 50 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.14 |
| HSL | 44.02º | 0.7% | 0.53% | - |
| HSV(B) | 44.02º | 0.77% | 0.86% | - |
| XYZ | 44.93 | 45.56 | 9.44 | - |
| YUV | 173.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 50 | 0 | 0.21 | 0.77 | 0.14 | 44.02 | 0.7 | 0.53 |
| Hex | DB | AE | 32 | 0 | 15 | 4D | E | 2C | 46 | 35 |
| Octal | 333 | 256 | 62 | 0 | 25 | 115 | 16 | 54 | 106 | 65 |
| Binary | 11011011 | 10101110 | 110010 | 0 | 10101 | 1001101 | 1110 | 101100 | 1000110 | 110101 |
Color Harmonies of #DBAE32
Complementary color
Monochromatic Colors of #DBAE32
Black with #DBAE32
Text Example
Text Example
White with #DBAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE32; }
p { color: rgb(219,174,50); }
H1.HeaderClassName
{
color: #DBAE32;
}
.AnyTagClassName
{
color: #DBAE32;
}
</style>
background-color css
<style>
a { background-color: #DBAE32; }
a { background-color: rgb(219,174,50); }
div.DivClassName
{
background-color: #DBAE32;
}
.BgClassName
{
background-color: #DBAE32;
}
</style>
border-color css
<style>
span { border-color: #DBAE32; }
span { border-color: rgb(219,174,50); }
td.TdClassName
{
border-color: #DBAE32;
}
.TagClassName
{
border-color: #DBAE32;
}
</style>