Shades of Metallic Gold #DCB934
Tints of Metallic Gold #DCB934
RGB
CMYK
RGB Variations
Color information
#DCB934 (or 0xDCB934) is known color: Metallic Gold. HEX triplet: DC, B9 and 34. RGB value is (220,185,52). Sum of RGB (Red+Green+Blue) = 220+185+52=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB934 is #2346CB. Grayscale: #B4B4B4. Windows color (decimal): -2311884 or 3455452. OLE color: 3455452.
HSL color Cylindrical-coordinate representation of color #DCB934: hue angle of 47.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCB934 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 52 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.14 |
| HSL | 47.5º | 0.71% | 0.53% | - |
| HSV(B) | 47.5º | 0.76% | 0.86% | - |
| XYZ | 47.48 | 50.16 | 10.43 | - |
| YUV | 180.3 | 55.6 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 52 | 0 | 0.16 | 0.76 | 0.14 | 47.5 | 0.71 | 0.53 |
| Hex | DC | B9 | 34 | 0 | 10 | 4C | E | 30 | 47 | 35 |
| Octal | 334 | 271 | 64 | 0 | 20 | 114 | 16 | 60 | 107 | 65 |
| Binary | 11011100 | 10111001 | 110100 | 0 | 10000 | 1001100 | 1110 | 110000 | 1000111 | 110101 |
Color Harmonies of #DCB934
Complementary color
Monochromatic Colors of #DCB934
Black with #DCB934
Text Example
Text Example
White with #DCB934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB934; }
p { color: rgb(220,185,52); }
H1.HeaderClassName
{
color: #DCB934;
}
.AnyTagClassName
{
color: #DCB934;
}
</style>
background-color css
<style>
a { background-color: #DCB934; }
a { background-color: rgb(220,185,52); }
div.DivClassName
{
background-color: #DCB934;
}
.BgClassName
{
background-color: #DCB934;
}
</style>
border-color css
<style>
span { border-color: #DCB934; }
span { border-color: rgb(220,185,52); }
td.TdClassName
{
border-color: #DCB934;
}
.TagClassName
{
border-color: #DCB934;
}
</style>