Shades of Metallic Gold #DCB136
Tints of Metallic Gold #DCB136
RGB
CMYK
RGB Variations
Color information
#DCB136 (or 0xDCB136) is known color: Metallic Gold. HEX triplet: DC, B1 and 36. RGB value is (220,177,54). Sum of RGB (Red+Green+Blue) = 220+177+54=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB136 is #234EC9. Grayscale: #B0B0B0. Windows color (decimal): -2313930 or 3584476. OLE color: 3584476.
HSL color Cylindrical-coordinate representation of color #DCB136: hue angle of 44.46º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCB136 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 54 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.14 |
| HSL | 44.46º | 0.7% | 0.54% | - |
| HSV(B) | 44.46º | 0.75% | 0.86% | - |
| XYZ | 45.9 | 46.93 | 10.13 | - |
| YUV | 175.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 54 | 0 | 0.20 | 0.75 | 0.14 | 44.46 | 0.7 | 0.54 |
| Hex | DC | B1 | 36 | 0 | 14 | 4B | E | 2C | 46 | 36 |
| Octal | 334 | 261 | 66 | 0 | 24 | 113 | 16 | 54 | 106 | 66 |
| Binary | 11011100 | 10110001 | 110110 | 0 | 10100 | 1001011 | 1110 | 101100 | 1000110 | 110110 |
Color Harmonies of #DCB136
Complementary color
Monochromatic Colors of #DCB136
Black with #DCB136
Text Example
Text Example
White with #DCB136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB136; }
p { color: rgb(220,177,54); }
H1.HeaderClassName
{
color: #DCB136;
}
.AnyTagClassName
{
color: #DCB136;
}
</style>
background-color css
<style>
a { background-color: #DCB136; }
a { background-color: rgb(220,177,54); }
div.DivClassName
{
background-color: #DCB136;
}
.BgClassName
{
background-color: #DCB136;
}
</style>
border-color css
<style>
span { border-color: #DCB136; }
span { border-color: rgb(220,177,54); }
td.TdClassName
{
border-color: #DCB136;
}
.TagClassName
{
border-color: #DCB136;
}
</style>