Shades of Metallic Gold #DCB839
Tints of Metallic Gold #DCB839
RGB
CMYK
RGB Variations
Color information
#DCB839 (or 0xDCB839) is known color: Metallic Gold. HEX triplet: DC, B8 and 39. RGB value is (220,184,57). Sum of RGB (Red+Green+Blue) = 220+184+57=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 57 (22.66% from 255 or 12.36% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB839 is #2347C6. Grayscale: #B4B4B4. Windows color (decimal): -2312135 or 3782876. OLE color: 3782876.
HSL color Cylindrical-coordinate representation of color #DCB839: hue angle of 46.75º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCB839 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 57 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.14 |
| HSL | 46.75º | 0.7% | 0.54% | - |
| HSV(B) | 46.75º | 0.74% | 0.86% | - |
| XYZ | 47.39 | 49.79 | 10.98 | - |
| YUV | 180.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 57 | 0 | 0.16 | 0.74 | 0.14 | 46.75 | 0.7 | 0.54 |
| Hex | DC | B8 | 39 | 0 | 10 | 4A | E | 2F | 46 | 36 |
| Octal | 334 | 270 | 71 | 0 | 20 | 112 | 16 | 57 | 106 | 66 |
| Binary | 11011100 | 10111000 | 111001 | 0 | 10000 | 1001010 | 1110 | 101111 | 1000110 | 110110 |
Color Harmonies of #DCB839
Complementary color
Monochromatic Colors of #DCB839
Black with #DCB839
Text Example
Text Example
White with #DCB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB839; }
p { color: rgb(220,184,57); }
H1.HeaderClassName
{
color: #DCB839;
}
.AnyTagClassName
{
color: #DCB839;
}
</style>
background-color css
<style>
a { background-color: #DCB839; }
a { background-color: rgb(220,184,57); }
div.DivClassName
{
background-color: #DCB839;
}
.BgClassName
{
background-color: #DCB839;
}
</style>
border-color css
<style>
span { border-color: #DCB839; }
span { border-color: rgb(220,184,57); }
td.TdClassName
{
border-color: #DCB839;
}
.TagClassName
{
border-color: #DCB839;
}
</style>