Shades of Metallic Gold #DCB737
Tints of Metallic Gold #DCB737
RGB
CMYK
RGB Variations
Color information
#DCB737 (or 0xDCB737) is known color: Metallic Gold. HEX triplet: DC, B7 and 37. RGB value is (220,183,55). Sum of RGB (Red+Green+Blue) = 220+183+55=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB737 is #2348C8. Grayscale: #B4B4B4. Windows color (decimal): -2312393 or 3651548. OLE color: 3651548.
HSL color Cylindrical-coordinate representation of color #DCB737: hue angle of 46.55º 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 #DCB737 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 55 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.14 |
| HSL | 46.55º | 0.7% | 0.54% | - |
| HSV(B) | 46.55º | 0.75% | 0.86% | - |
| XYZ | 47.14 | 49.36 | 10.66 | - |
| YUV | 179.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 55 | 0 | 0.17 | 0.75 | 0.14 | 46.55 | 0.7 | 0.54 |
| Hex | DC | B7 | 37 | 0 | 11 | 4B | E | 2F | 46 | 36 |
| Octal | 334 | 267 | 67 | 0 | 21 | 113 | 16 | 57 | 106 | 66 |
| Binary | 11011100 | 10110111 | 110111 | 0 | 10001 | 1001011 | 1110 | 101111 | 1000110 | 110110 |
Color Harmonies of #DCB737
Complementary color
Monochromatic Colors of #DCB737
Black with #DCB737
Text Example
Text Example
White with #DCB737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB737; }
p { color: rgb(220,183,55); }
H1.HeaderClassName
{
color: #DCB737;
}
.AnyTagClassName
{
color: #DCB737;
}
</style>
background-color css
<style>
a { background-color: #DCB737; }
a { background-color: rgb(220,183,55); }
div.DivClassName
{
background-color: #DCB737;
}
.BgClassName
{
background-color: #DCB737;
}
</style>
border-color css
<style>
span { border-color: #DCB737; }
span { border-color: rgb(220,183,55); }
td.TdClassName
{
border-color: #DCB737;
}
.TagClassName
{
border-color: #DCB737;
}
</style>