Shades of Metallic Gold #DCB032
Tints of Metallic Gold #DCB032
RGB
CMYK
RGB Variations
Color information
#DCB032 (or 0xDCB032) is known color: Metallic Gold. HEX triplet: DC, B0 and 32. RGB value is (220,176,50). Sum of RGB (Red+Green+Blue) = 220+176+50=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB032 is #234FCD. Grayscale: #AFAFAF. Windows color (decimal): -2314190 or 3322076. OLE color: 3322076.
HSL color Cylindrical-coordinate representation of color #DCB032: hue angle of 44.47º degrees, saturation: 0.71, 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 #DCB032 is Cyan = 0, Magento = 0.2, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 50 | - |
| CMYK | 0 | 0.2 | 0.77 | 0.14 |
| HSL | 44.47º | 0.71% | 0.53% | - |
| HSV(B) | 44.47º | 0.77% | 0.86% | - |
| XYZ | 45.62 | 46.5 | 9.59 | - |
| YUV | 174.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 50 | 0 | 0.2 | 0.77 | 0.14 | 44.47 | 0.71 | 0.53 |
| Hex | DC | B0 | 32 | 0 | 14 | 4D | E | 2C | 47 | 35 |
| Octal | 334 | 260 | 62 | 0 | 24 | 115 | 16 | 54 | 107 | 65 |
| Binary | 11011100 | 10110000 | 110010 | 0 | 10100 | 1001101 | 1110 | 101100 | 1000111 | 110101 |
Color Harmonies of #DCB032
Complementary color
Monochromatic Colors of #DCB032
Black with #DCB032
Text Example
Text Example
White with #DCB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB032; }
p { color: rgb(220,176,50); }
H1.HeaderClassName
{
color: #DCB032;
}
.AnyTagClassName
{
color: #DCB032;
}
</style>
background-color css
<style>
a { background-color: #DCB032; }
a { background-color: rgb(220,176,50); }
div.DivClassName
{
background-color: #DCB032;
}
.BgClassName
{
background-color: #DCB032;
}
</style>
border-color css
<style>
span { border-color: #DCB032; }
span { border-color: rgb(220,176,50); }
td.TdClassName
{
border-color: #DCB032;
}
.TagClassName
{
border-color: #DCB032;
}
</style>