Shades of Metallic Gold #DCB13A
Tints of Metallic Gold #DCB13A
RGB
CMYK
RGB Variations
Color information
#DCB13A (or 0xDCB13A) is known color: Metallic Gold. HEX triplet: DC, B1 and 3A. RGB value is (220,177,58). Sum of RGB (Red+Green+Blue) = 220+177+58=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB13A is #234EC5. Grayscale: #B0B0B0. Windows color (decimal): -2313926 or 3846620. OLE color: 3846620.
HSL color Cylindrical-coordinate representation of color #DCB13A: hue angle of 44.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCB13A is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 58 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.14 |
| HSL | 44.07º | 0.7% | 0.55% | - |
| HSV(B) | 44.07º | 0.74% | 0.86% | - |
| XYZ | 46 | 46.97 | 10.64 | - |
| YUV | 176.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 58 | 0 | 0.20 | 0.74 | 0.14 | 44.07 | 0.7 | 0.55 |
| Hex | DC | B1 | 3A | 0 | 14 | 4A | E | 2C | 46 | 37 |
| Octal | 334 | 261 | 72 | 0 | 24 | 112 | 16 | 54 | 106 | 67 |
| Binary | 11011100 | 10110001 | 111010 | 0 | 10100 | 1001010 | 1110 | 101100 | 1000110 | 110111 |
Color Harmonies of #DCB13A
Complementary color
Monochromatic Colors of #DCB13A
Black with #DCB13A
Text Example
Text Example
White with #DCB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB13A; }
p { color: rgb(220,177,58); }
H1.HeaderClassName
{
color: #DCB13A;
}
.AnyTagClassName
{
color: #DCB13A;
}
</style>
background-color css
<style>
a { background-color: #DCB13A; }
a { background-color: rgb(220,177,58); }
div.DivClassName
{
background-color: #DCB13A;
}
.BgClassName
{
background-color: #DCB13A;
}
</style>
border-color css
<style>
span { border-color: #DCB13A; }
span { border-color: rgb(220,177,58); }
td.TdClassName
{
border-color: #DCB13A;
}
.TagClassName
{
border-color: #DCB13A;
}
</style>