Shades of Metallic Gold #DCB733
Tints of Metallic Gold #DCB733
RGB
CMYK
RGB Variations
Color information
#DCB733 (or 0xDCB733) is known color: Metallic Gold. HEX triplet: DC, B7 and 33. RGB value is (220,183,51). Sum of RGB (Red+Green+Blue) = 220+183+51=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB733 is #2348CC. Grayscale: #B3B3B3. Windows color (decimal): -2312397 or 3389404. OLE color: 3389404.
HSL color Cylindrical-coordinate representation of color #DCB733: hue angle of 46.86º 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 #DCB733 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 51 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.14 |
| HSL | 46.86º | 0.71% | 0.53% | - |
| HSV(B) | 46.86º | 0.77% | 0.86% | - |
| XYZ | 47.05 | 49.32 | 10.17 | - |
| YUV | 179.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 51 | 0 | 0.17 | 0.77 | 0.14 | 46.86 | 0.71 | 0.53 |
| Hex | DC | B7 | 33 | 0 | 11 | 4D | E | 2F | 47 | 35 |
| Octal | 334 | 267 | 63 | 0 | 21 | 115 | 16 | 57 | 107 | 65 |
| Binary | 11011100 | 10110111 | 110011 | 0 | 10001 | 1001101 | 1110 | 101111 | 1000111 | 110101 |
Color Harmonies of #DCB733
Complementary color
Monochromatic Colors of #DCB733
Black with #DCB733
Text Example
Text Example
White with #DCB733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB733; }
p { color: rgb(220,183,51); }
H1.HeaderClassName
{
color: #DCB733;
}
.AnyTagClassName
{
color: #DCB733;
}
</style>
background-color css
<style>
a { background-color: #DCB733; }
a { background-color: rgb(220,183,51); }
div.DivClassName
{
background-color: #DCB733;
}
.BgClassName
{
background-color: #DCB733;
}
</style>
border-color css
<style>
span { border-color: #DCB733; }
span { border-color: rgb(220,183,51); }
td.TdClassName
{
border-color: #DCB733;
}
.TagClassName
{
border-color: #DCB733;
}
</style>