Shades of Metallic Gold #DCB831
Tints of Metallic Gold #DCB831
RGB
CMYK
RGB Variations
Color information
#DCB831 (or 0xDCB831) is known color: Metallic Gold. HEX triplet: DC, B8 and 31. RGB value is (220,184,49). Sum of RGB (Red+Green+Blue) = 220+184+49=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB831 is #2347CE. Grayscale: #B3B3B3. Windows color (decimal): -2312143 or 3258588. OLE color: 3258588.
HSL color Cylindrical-coordinate representation of color #DCB831: hue angle of 47.37º 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 #DCB831 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 49 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.14 |
| HSL | 47.37º | 0.71% | 0.53% | - |
| HSV(B) | 47.37º | 0.78% | 0.86% | - |
| XYZ | 47.21 | 49.72 | 10.01 | - |
| YUV | 179.37 | 54.43 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 49 | 0 | 0.16 | 0.78 | 0.14 | 47.37 | 0.71 | 0.53 |
| Hex | DC | B8 | 31 | 0 | 10 | 4E | E | 2F | 47 | 35 |
| Octal | 334 | 270 | 61 | 0 | 20 | 116 | 16 | 57 | 107 | 65 |
| Binary | 11011100 | 10111000 | 110001 | 0 | 10000 | 1001110 | 1110 | 101111 | 1000111 | 110101 |
Color Harmonies of #DCB831
Complementary color
Monochromatic Colors of #DCB831
Black with #DCB831
Text Example
Text Example
White with #DCB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB831; }
p { color: rgb(220,184,49); }
H1.HeaderClassName
{
color: #DCB831;
}
.AnyTagClassName
{
color: #DCB831;
}
</style>
background-color css
<style>
a { background-color: #DCB831; }
a { background-color: rgb(220,184,49); }
div.DivClassName
{
background-color: #DCB831;
}
.BgClassName
{
background-color: #DCB831;
}
</style>
border-color css
<style>
span { border-color: #DCB831; }
span { border-color: rgb(220,184,49); }
td.TdClassName
{
border-color: #DCB831;
}
.TagClassName
{
border-color: #DCB831;
}
</style>