Shades of Metallic Gold #DCB932
Tints of Metallic Gold #DCB932
RGB
CMYK
RGB Variations
Color information
#DCB932 (or 0xDCB932) is known color: Metallic Gold. HEX triplet: DC, B9 and 32. RGB value is (220,185,50). Sum of RGB (Red+Green+Blue) = 220+185+50=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB932 is #2346CD. Grayscale: #B4B4B4. Windows color (decimal): -2311886 or 3324380. OLE color: 3324380.
HSL color Cylindrical-coordinate representation of color #DCB932: hue angle of 47.65º 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 #DCB932 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 50 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.14 |
| HSL | 47.65º | 0.71% | 0.53% | - |
| HSV(B) | 47.65º | 0.77% | 0.86% | - |
| XYZ | 47.44 | 50.14 | 10.2 | - |
| YUV | 180.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 50 | 0 | 0.16 | 0.77 | 0.14 | 47.65 | 0.71 | 0.53 |
| Hex | DC | B9 | 32 | 0 | 10 | 4D | E | 30 | 47 | 35 |
| Octal | 334 | 271 | 62 | 0 | 20 | 115 | 16 | 60 | 107 | 65 |
| Binary | 11011100 | 10111001 | 110010 | 0 | 10000 | 1001101 | 1110 | 110000 | 1000111 | 110101 |
Color Harmonies of #DCB932
Complementary color
Monochromatic Colors of #DCB932
Black with #DCB932
Text Example
Text Example
White with #DCB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB932; }
p { color: rgb(220,185,50); }
H1.HeaderClassName
{
color: #DCB932;
}
.AnyTagClassName
{
color: #DCB932;
}
</style>
background-color css
<style>
a { background-color: #DCB932; }
a { background-color: rgb(220,185,50); }
div.DivClassName
{
background-color: #DCB932;
}
.BgClassName
{
background-color: #DCB932;
}
</style>
border-color css
<style>
span { border-color: #DCB932; }
span { border-color: rgb(220,185,50); }
td.TdClassName
{
border-color: #DCB932;
}
.TagClassName
{
border-color: #DCB932;
}
</style>