Shades of Metallic Gold #DCB835
Tints of Metallic Gold #DCB835
RGB
CMYK
RGB Variations
Color information
#DCB835 (or 0xDCB835) is known color: Metallic Gold. HEX triplet: DC, B8 and 35. RGB value is (220,184,53). Sum of RGB (Red+Green+Blue) = 220+184+53=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB835 is #2347CA. Grayscale: #B4B4B4. Windows color (decimal): -2312139 or 3520732. OLE color: 3520732.
HSL color Cylindrical-coordinate representation of color #DCB835: hue angle of 47.07º 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 #DCB835 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 53 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.14 |
| HSL | 47.07º | 0.7% | 0.54% | - |
| HSV(B) | 47.07º | 0.76% | 0.86% | - |
| XYZ | 47.3 | 49.75 | 10.48 | - |
| YUV | 179.83 | 56.43 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 53 | 0 | 0.16 | 0.76 | 0.14 | 47.07 | 0.7 | 0.54 |
| Hex | DC | B8 | 35 | 0 | 10 | 4C | E | 2F | 46 | 36 |
| Octal | 334 | 270 | 65 | 0 | 20 | 114 | 16 | 57 | 106 | 66 |
| Binary | 11011100 | 10111000 | 110101 | 0 | 10000 | 1001100 | 1110 | 101111 | 1000110 | 110110 |
Color Harmonies of #DCB835
Complementary color
Monochromatic Colors of #DCB835
Black with #DCB835
Text Example
Text Example
White with #DCB835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB835; }
p { color: rgb(220,184,53); }
H1.HeaderClassName
{
color: #DCB835;
}
.AnyTagClassName
{
color: #DCB835;
}
</style>
background-color css
<style>
a { background-color: #DCB835; }
a { background-color: rgb(220,184,53); }
div.DivClassName
{
background-color: #DCB835;
}
.BgClassName
{
background-color: #DCB835;
}
</style>
border-color css
<style>
span { border-color: #DCB835; }
span { border-color: rgb(220,184,53); }
td.TdClassName
{
border-color: #DCB835;
}
.TagClassName
{
border-color: #DCB835;
}
</style>