Shades of Old Gold #DCBA40
Tints of Old Gold #DCBA40
RGB
CMYK
RGB Variations
Color information
#DCBA40 (or 0xDCBA40) is known color: Old Gold. HEX triplet: DC, BA and 40. RGB value is (220,186,64). Sum of RGB (Red+Green+Blue) = 220+186+64=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA40 is #2345BF. Grayscale: #B6B6B6. Windows color (decimal): -2311616 or 4242140. OLE color: 4242140.
HSL color Cylindrical-coordinate representation of color #DCBA40: hue angle of 46.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCBA40 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 64 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.14 |
| HSL | 46.92º | 0.69% | 0.56% | - |
| HSV(B) | 46.92º | 0.71% | 0.86% | - |
| XYZ | 48 | 50.7 | 12.11 | - |
| YUV | 182.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 64 | 0 | 0.15 | 0.71 | 0.14 | 46.92 | 0.69 | 0.56 |
| Hex | DC | BA | 40 | 0 | F | 47 | E | 2F | 45 | 38 |
| Octal | 334 | 272 | 100 | 0 | 17 | 107 | 16 | 57 | 105 | 70 |
| Binary | 11011100 | 10111010 | 1000000 | 0 | 1111 | 1000111 | 1110 | 101111 | 1000101 | 111000 |
Color Harmonies of #DCBA40
Complementary color
Monochromatic Colors of #DCBA40
Black with #DCBA40
Text Example
Text Example
White with #DCBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA40; }
p { color: rgb(220,186,64); }
H1.HeaderClassName
{
color: #DCBA40;
}
.AnyTagClassName
{
color: #DCBA40;
}
</style>
background-color css
<style>
a { background-color: #DCBA40; }
a { background-color: rgb(220,186,64); }
div.DivClassName
{
background-color: #DCBA40;
}
.BgClassName
{
background-color: #DCBA40;
}
</style>
border-color css
<style>
span { border-color: #DCBA40; }
span { border-color: rgb(220,186,64); }
td.TdClassName
{
border-color: #DCBA40;
}
.TagClassName
{
border-color: #DCBA40;
}
</style>