Shades of Metallic Gold #DCB431
Tints of Metallic Gold #DCB431
RGB
CMYK
RGB Variations
Color information
#DCB431 (or 0xDCB431) is known color: Metallic Gold. HEX triplet: DC, B4 and 31. RGB value is (220,180,49). Sum of RGB (Red+Green+Blue) = 220+180+49=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB431 is #234BCE. Grayscale: #B1B1B1. Windows color (decimal): -2313167 or 3257564. OLE color: 3257564.
HSL color Cylindrical-coordinate representation of color #DCB431: hue angle of 45.96º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCB431 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 49 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.14 |
| HSL | 45.96º | 0.71% | 0.53% | - |
| HSV(B) | 45.96º | 0.78% | 0.86% | - |
| XYZ | 46.39 | 48.08 | 9.74 | - |
| YUV | 177.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 49 | 0 | 0.18 | 0.78 | 0.14 | 45.96 | 0.71 | 0.53 |
| Hex | DC | B4 | 31 | 0 | 12 | 4E | E | 2E | 47 | 35 |
| Octal | 334 | 264 | 61 | 0 | 22 | 116 | 16 | 56 | 107 | 65 |
| Binary | 11011100 | 10110100 | 110001 | 0 | 10010 | 1001110 | 1110 | 101110 | 1000111 | 110101 |
Color Harmonies of #DCB431
Complementary color
Monochromatic Colors of #DCB431
Black with #DCB431
Text Example
Text Example
White with #DCB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB431; }
p { color: rgb(220,180,49); }
H1.HeaderClassName
{
color: #DCB431;
}
.AnyTagClassName
{
color: #DCB431;
}
</style>
background-color css
<style>
a { background-color: #DCB431; }
a { background-color: rgb(220,180,49); }
div.DivClassName
{
background-color: #DCB431;
}
.BgClassName
{
background-color: #DCB431;
}
</style>
border-color css
<style>
span { border-color: #DCB431; }
span { border-color: rgb(220,180,49); }
td.TdClassName
{
border-color: #DCB431;
}
.TagClassName
{
border-color: #DCB431;
}
</style>