Shades of Metallic Gold #DCB837
Tints of Metallic Gold #DCB837
RGB
CMYK
RGB Variations
Color information
#DCB837 (or 0xDCB837) is known color: Metallic Gold. HEX triplet: DC, B8 and 37. RGB value is (220,184,55). Sum of RGB (Red+Green+Blue) = 220+184+55=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB837 is #2347C8. Grayscale: #B4B4B4. Windows color (decimal): -2312137 or 3651804. OLE color: 3651804.
HSL color Cylindrical-coordinate representation of color #DCB837: hue angle of 46.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCB837 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 55 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.14 |
| HSL | 46.91º | 0.7% | 0.54% | - |
| HSV(B) | 46.91º | 0.75% | 0.86% | - |
| XYZ | 47.35 | 49.77 | 10.73 | - |
| YUV | 180.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 55 | 0 | 0.16 | 0.75 | 0.14 | 46.91 | 0.7 | 0.54 |
| Hex | DC | B8 | 37 | 0 | 10 | 4B | E | 2F | 46 | 36 |
| Octal | 334 | 270 | 67 | 0 | 20 | 113 | 16 | 57 | 106 | 66 |
| Binary | 11011100 | 10111000 | 110111 | 0 | 10000 | 1001011 | 1110 | 101111 | 1000110 | 110110 |
Color Harmonies of #DCB837
Complementary color
Monochromatic Colors of #DCB837
Black with #DCB837
Text Example
Text Example
White with #DCB837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB837; }
p { color: rgb(220,184,55); }
H1.HeaderClassName
{
color: #DCB837;
}
.AnyTagClassName
{
color: #DCB837;
}
</style>
background-color css
<style>
a { background-color: #DCB837; }
a { background-color: rgb(220,184,55); }
div.DivClassName
{
background-color: #DCB837;
}
.BgClassName
{
background-color: #DCB837;
}
</style>
border-color css
<style>
span { border-color: #DCB837; }
span { border-color: rgb(220,184,55); }
td.TdClassName
{
border-color: #DCB837;
}
.TagClassName
{
border-color: #DCB837;
}
</style>