Shades of Metallic Gold #DCB435
Tints of Metallic Gold #DCB435
RGB
CMYK
RGB Variations
Color information
#DCB435 (or 0xDCB435) is known color: Metallic Gold. HEX triplet: DC, B4 and 35. RGB value is (220,180,53). Sum of RGB (Red+Green+Blue) = 220+180+53=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB435 is #234BCA. Grayscale: #B2B2B2. Windows color (decimal): -2313163 or 3519708. OLE color: 3519708.
HSL color Cylindrical-coordinate representation of color #DCB435: hue angle of 45.63º 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 #DCB435 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 53 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.14 |
| HSL | 45.63º | 0.7% | 0.54% | - |
| HSV(B) | 45.63º | 0.76% | 0.86% | - |
| XYZ | 46.48 | 48.12 | 10.21 | - |
| YUV | 177.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 53 | 0 | 0.18 | 0.76 | 0.14 | 45.63 | 0.7 | 0.54 |
| Hex | DC | B4 | 35 | 0 | 12 | 4C | E | 2E | 46 | 36 |
| Octal | 334 | 264 | 65 | 0 | 22 | 114 | 16 | 56 | 106 | 66 |
| Binary | 11011100 | 10110100 | 110101 | 0 | 10010 | 1001100 | 1110 | 101110 | 1000110 | 110110 |
Color Harmonies of #DCB435
Complementary color
Monochromatic Colors of #DCB435
Black with #DCB435
Text Example
Text Example
White with #DCB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB435; }
p { color: rgb(220,180,53); }
H1.HeaderClassName
{
color: #DCB435;
}
.AnyTagClassName
{
color: #DCB435;
}
</style>
background-color css
<style>
a { background-color: #DCB435; }
a { background-color: rgb(220,180,53); }
div.DivClassName
{
background-color: #DCB435;
}
.BgClassName
{
background-color: #DCB435;
}
</style>
border-color css
<style>
span { border-color: #DCB435; }
span { border-color: rgb(220,180,53); }
td.TdClassName
{
border-color: #DCB435;
}
.TagClassName
{
border-color: #DCB435;
}
</style>