Shades of Metallic Gold #DCB540
Tints of Metallic Gold #DCB540
RGB
CMYK
RGB Variations
Color information
#DCB540 (or 0xDCB540) is known color: Metallic Gold. HEX triplet: DC, B5 and 40. RGB value is (220,181,64). Sum of RGB (Red+Green+Blue) = 220+181+64=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB540 is #234ABF. Grayscale: #B3B3B3. Windows color (decimal): -2312896 or 4240860. OLE color: 4240860.
HSL color Cylindrical-coordinate representation of color #DCB540: hue angle of 45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCB540 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 64 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.14 |
| HSL | 45º | 0.69% | 0.56% | - |
| HSV(B) | 45º | 0.71% | 0.86% | - |
| XYZ | 46.96 | 48.63 | 11.76 | - |
| YUV | 179.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 64 | 0 | 0.18 | 0.71 | 0.14 | 45 | 0.69 | 0.56 |
| Hex | DC | B5 | 40 | 0 | 12 | 47 | E | 2D | 45 | 38 |
| Octal | 334 | 265 | 100 | 0 | 22 | 107 | 16 | 55 | 105 | 70 |
| Binary | 11011100 | 10110101 | 1000000 | 0 | 10010 | 1000111 | 1110 | 101101 | 1000101 | 111000 |
Color Harmonies of #DCB540
Complementary color
Monochromatic Colors of #DCB540
Black with #DCB540
Text Example
Text Example
White with #DCB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB540; }
p { color: rgb(220,181,64); }
H1.HeaderClassName
{
color: #DCB540;
}
.AnyTagClassName
{
color: #DCB540;
}
</style>
background-color css
<style>
a { background-color: #DCB540; }
a { background-color: rgb(220,181,64); }
div.DivClassName
{
background-color: #DCB540;
}
.BgClassName
{
background-color: #DCB540;
}
</style>
border-color css
<style>
span { border-color: #DCB540; }
span { border-color: rgb(220,181,64); }
td.TdClassName
{
border-color: #DCB540;
}
.TagClassName
{
border-color: #DCB540;
}
</style>