Shades of Metallic Gold #DCB735
Tints of Metallic Gold #DCB735
RGB
CMYK
RGB Variations
Color information
#DCB735 (or 0xDCB735) is known color: Metallic Gold. HEX triplet: DC, B7 and 35. RGB value is (220,183,53). Sum of RGB (Red+Green+Blue) = 220+183+53=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB735 is #2348CA. Grayscale: #B3B3B3. Windows color (decimal): -2312395 or 3520476. OLE color: 3520476.
HSL color Cylindrical-coordinate representation of color #DCB735: hue angle of 46.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCB735 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 53 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.14 |
| HSL | 46.71º | 0.7% | 0.54% | - |
| HSV(B) | 46.71º | 0.76% | 0.86% | - |
| XYZ | 47.09 | 49.34 | 10.41 | - |
| YUV | 179.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 53 | 0 | 0.17 | 0.76 | 0.14 | 46.71 | 0.7 | 0.54 |
| Hex | DC | B7 | 35 | 0 | 11 | 4C | E | 2F | 46 | 36 |
| Octal | 334 | 267 | 65 | 0 | 21 | 114 | 16 | 57 | 106 | 66 |
| Binary | 11011100 | 10110111 | 110101 | 0 | 10001 | 1001100 | 1110 | 101111 | 1000110 | 110110 |
Color Harmonies of #DCB735
Complementary color
Monochromatic Colors of #DCB735
Black with #DCB735
Text Example
Text Example
White with #DCB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB735; }
p { color: rgb(220,183,53); }
H1.HeaderClassName
{
color: #DCB735;
}
.AnyTagClassName
{
color: #DCB735;
}
</style>
background-color css
<style>
a { background-color: #DCB735; }
a { background-color: rgb(220,183,53); }
div.DivClassName
{
background-color: #DCB735;
}
.BgClassName
{
background-color: #DCB735;
}
</style>
border-color css
<style>
span { border-color: #DCB735; }
span { border-color: rgb(220,183,53); }
td.TdClassName
{
border-color: #DCB735;
}
.TagClassName
{
border-color: #DCB735;
}
</style>