Shades of Metallic Gold #DCB73F
Tints of Metallic Gold #DCB73F
RGB
CMYK
RGB Variations
Color information
#DCB73F (or 0xDCB73F) is known color: Metallic Gold. HEX triplet: DC, B7 and 3F. RGB value is (220,183,63). Sum of RGB (Red+Green+Blue) = 220+183+63=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB73F is #2348C0. Grayscale: #B4B4B4. Windows color (decimal): -2312385 or 4175836. OLE color: 4175836.
HSL color Cylindrical-coordinate representation of color #DCB73F: hue angle of 45.86º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCB73F is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 63 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.14 |
| HSL | 45.86º | 0.69% | 0.55% | - |
| HSV(B) | 45.86º | 0.71% | 0.86% | - |
| XYZ | 47.35 | 49.44 | 11.75 | - |
| YUV | 180.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 63 | 0 | 0.17 | 0.71 | 0.14 | 45.86 | 0.69 | 0.55 |
| Hex | DC | B7 | 3F | 0 | 11 | 47 | E | 2E | 45 | 37 |
| Octal | 334 | 267 | 77 | 0 | 21 | 107 | 16 | 56 | 105 | 67 |
| Binary | 11011100 | 10110111 | 111111 | 0 | 10001 | 1000111 | 1110 | 101110 | 1000101 | 110111 |
Color Harmonies of #DCB73F
Complementary color
Monochromatic Colors of #DCB73F
Black with #DCB73F
Text Example
Text Example
White with #DCB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB73F; }
p { color: rgb(220,183,63); }
H1.HeaderClassName
{
color: #DCB73F;
}
.AnyTagClassName
{
color: #DCB73F;
}
</style>
background-color css
<style>
a { background-color: #DCB73F; }
a { background-color: rgb(220,183,63); }
div.DivClassName
{
background-color: #DCB73F;
}
.BgClassName
{
background-color: #DCB73F;
}
</style>
border-color css
<style>
span { border-color: #DCB73F; }
span { border-color: rgb(220,183,63); }
td.TdClassName
{
border-color: #DCB73F;
}
.TagClassName
{
border-color: #DCB73F;
}
</style>