Shades of Old Gold #DCB947
Tints of Old Gold #DCB947
RGB
CMYK
RGB Variations
Color information
#DCB947 (or 0xDCB947) is known color: Old Gold. HEX triplet: DC, B9 and 47. RGB value is (220,185,71). Sum of RGB (Red+Green+Blue) = 220+185+71=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB947 is #2346B8. Grayscale: #B6B6B6. Windows color (decimal): -2311865 or 4700636. OLE color: 4700636.
HSL color Cylindrical-coordinate representation of color #DCB947: hue angle of 45.91º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCB947 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 71 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.14 |
| HSL | 45.91º | 0.68% | 0.57% | - |
| HSV(B) | 45.91º | 0.68% | 0.86% | - |
| XYZ | 48 | 50.37 | 13.15 | - |
| YUV | 182.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 71 | 0 | 0.16 | 0.68 | 0.14 | 45.91 | 0.68 | 0.57 |
| Hex | DC | B9 | 47 | 0 | 10 | 44 | E | 2E | 44 | 39 |
| Octal | 334 | 271 | 107 | 0 | 20 | 104 | 16 | 56 | 104 | 71 |
| Binary | 11011100 | 10111001 | 1000111 | 0 | 10000 | 1000100 | 1110 | 101110 | 1000100 | 111001 |
Color Harmonies of #DCB947
Complementary color
Monochromatic Colors of #DCB947
Black with #DCB947
Text Example
Text Example
White with #DCB947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB947; }
p { color: rgb(220,185,71); }
H1.HeaderClassName
{
color: #DCB947;
}
.AnyTagClassName
{
color: #DCB947;
}
</style>
background-color css
<style>
a { background-color: #DCB947; }
a { background-color: rgb(220,185,71); }
div.DivClassName
{
background-color: #DCB947;
}
.BgClassName
{
background-color: #DCB947;
}
</style>
border-color css
<style>
span { border-color: #DCB947; }
span { border-color: rgb(220,185,71); }
td.TdClassName
{
border-color: #DCB947;
}
.TagClassName
{
border-color: #DCB947;
}
</style>