Shades of Metallic Gold #DCB332
Tints of Metallic Gold #DCB332
RGB
CMYK
RGB Variations
Color information
#DCB332 (or 0xDCB332) is known color: Metallic Gold. HEX triplet: DC, B3 and 32. RGB value is (220,179,50). Sum of RGB (Red+Green+Blue) = 220+179+50=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB332 is #234CCD. Grayscale: #B1B1B1. Windows color (decimal): -2313422 or 3322844. OLE color: 3322844.
HSL color Cylindrical-coordinate representation of color #DCB332: hue angle of 45.53º 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 #DCB332 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 50 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.14 |
| HSL | 45.53º | 0.71% | 0.53% | - |
| HSV(B) | 45.53º | 0.77% | 0.86% | - |
| XYZ | 46.21 | 47.69 | 9.79 | - |
| YUV | 176.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 50 | 0 | 0.19 | 0.77 | 0.14 | 45.53 | 0.71 | 0.53 |
| Hex | DC | B3 | 32 | 0 | 13 | 4D | E | 2E | 47 | 35 |
| Octal | 334 | 263 | 62 | 0 | 23 | 115 | 16 | 56 | 107 | 65 |
| Binary | 11011100 | 10110011 | 110010 | 0 | 10011 | 1001101 | 1110 | 101110 | 1000111 | 110101 |
Color Harmonies of #DCB332
Complementary color
Monochromatic Colors of #DCB332
Black with #DCB332
Text Example
Text Example
White with #DCB332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB332; }
p { color: rgb(220,179,50); }
H1.HeaderClassName
{
color: #DCB332;
}
.AnyTagClassName
{
color: #DCB332;
}
</style>
background-color css
<style>
a { background-color: #DCB332; }
a { background-color: rgb(220,179,50); }
div.DivClassName
{
background-color: #DCB332;
}
.BgClassName
{
background-color: #DCB332;
}
</style>
border-color css
<style>
span { border-color: #DCB332; }
span { border-color: rgb(220,179,50); }
td.TdClassName
{
border-color: #DCB332;
}
.TagClassName
{
border-color: #DCB332;
}
</style>