Shades of Metallic Gold #DCB438
Tints of Metallic Gold #DCB438
RGB
CMYK
RGB Variations
Color information
#DCB438 (or 0xDCB438) is known color: Metallic Gold. HEX triplet: DC, B4 and 38. RGB value is (220,180,56). Sum of RGB (Red+Green+Blue) = 220+180+56=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB438 is #234BC7. Grayscale: #B2B2B2. Windows color (decimal): -2313160 or 3716316. OLE color: 3716316.
HSL color Cylindrical-coordinate representation of color #DCB438: hue angle of 45.37º 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 #DCB438 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 56 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.14 |
| HSL | 45.37º | 0.7% | 0.54% | - |
| HSV(B) | 45.37º | 0.75% | 0.86% | - |
| XYZ | 46.55 | 48.14 | 10.58 | - |
| YUV | 177.82 | 59.25 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 56 | 0 | 0.18 | 0.75 | 0.14 | 45.37 | 0.7 | 0.54 |
| Hex | DC | B4 | 38 | 0 | 12 | 4B | E | 2D | 46 | 36 |
| Octal | 334 | 264 | 70 | 0 | 22 | 113 | 16 | 55 | 106 | 66 |
| Binary | 11011100 | 10110100 | 111000 | 0 | 10010 | 1001011 | 1110 | 101101 | 1000110 | 110110 |
Color Harmonies of #DCB438
Complementary color
Monochromatic Colors of #DCB438
Black with #DCB438
Text Example
Text Example
White with #DCB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB438; }
p { color: rgb(220,180,56); }
H1.HeaderClassName
{
color: #DCB438;
}
.AnyTagClassName
{
color: #DCB438;
}
</style>
background-color css
<style>
a { background-color: #DCB438; }
a { background-color: rgb(220,180,56); }
div.DivClassName
{
background-color: #DCB438;
}
.BgClassName
{
background-color: #DCB438;
}
</style>
border-color css
<style>
span { border-color: #DCB438; }
span { border-color: rgb(220,180,56); }
td.TdClassName
{
border-color: #DCB438;
}
.TagClassName
{
border-color: #DCB438;
}
</style>