Shades of Metallic Gold #DCB139
Tints of Metallic Gold #DCB139
RGB
CMYK
RGB Variations
Color information
#DCB139 (or 0xDCB139) is known color: Metallic Gold. HEX triplet: DC, B1 and 39. RGB value is (220,177,57). Sum of RGB (Red+Green+Blue) = 220+177+57=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB139 is #234EC6. Grayscale: #B0B0B0. Windows color (decimal): -2313927 or 3781084. OLE color: 3781084.
HSL color Cylindrical-coordinate representation of color #DCB139: hue angle of 44.17º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCB139 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 57 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.14 |
| HSL | 44.17º | 0.7% | 0.54% | - |
| HSV(B) | 44.17º | 0.74% | 0.86% | - |
| XYZ | 45.98 | 46.96 | 10.51 | - |
| YUV | 176.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 57 | 0 | 0.20 | 0.74 | 0.14 | 44.17 | 0.7 | 0.54 |
| Hex | DC | B1 | 39 | 0 | 14 | 4A | E | 2C | 46 | 36 |
| Octal | 334 | 261 | 71 | 0 | 24 | 112 | 16 | 54 | 106 | 66 |
| Binary | 11011100 | 10110001 | 111001 | 0 | 10100 | 1001010 | 1110 | 101100 | 1000110 | 110110 |
Color Harmonies of #DCB139
Complementary color
Monochromatic Colors of #DCB139
Black with #DCB139
Text Example
Text Example
White with #DCB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB139; }
p { color: rgb(220,177,57); }
H1.HeaderClassName
{
color: #DCB139;
}
.AnyTagClassName
{
color: #DCB139;
}
</style>
background-color css
<style>
a { background-color: #DCB139; }
a { background-color: rgb(220,177,57); }
div.DivClassName
{
background-color: #DCB139;
}
.BgClassName
{
background-color: #DCB139;
}
</style>
border-color css
<style>
span { border-color: #DCB139; }
span { border-color: rgb(220,177,57); }
td.TdClassName
{
border-color: #DCB139;
}
.TagClassName
{
border-color: #DCB139;
}
</style>