Shades of Old Gold #DCBA3F
Tints of Old Gold #DCBA3F
RGB
CMYK
RGB Variations
Color information
#DCBA3F (or 0xDCBA3F) is known color: Old Gold. HEX triplet: DC, BA and 3F. RGB value is (220,186,63). Sum of RGB (Red+Green+Blue) = 220+186+63=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA3F is #2345C0. Grayscale: #B6B6B6. Windows color (decimal): -2311617 or 4176604. OLE color: 4176604.
HSL color Cylindrical-coordinate representation of color #DCBA3F: hue angle of 47.01º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCBA3F is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 63 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.14 |
| HSL | 47.01º | 0.69% | 0.55% | - |
| HSV(B) | 47.01º | 0.71% | 0.86% | - |
| XYZ | 47.97 | 50.69 | 11.96 | - |
| YUV | 182.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 63 | 0 | 0.15 | 0.71 | 0.14 | 47.01 | 0.69 | 0.55 |
| Hex | DC | BA | 3F | 0 | F | 47 | E | 2F | 45 | 37 |
| Octal | 334 | 272 | 77 | 0 | 17 | 107 | 16 | 57 | 105 | 67 |
| Binary | 11011100 | 10111010 | 111111 | 0 | 1111 | 1000111 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DCBA3F
Complementary color
Monochromatic Colors of #DCBA3F
Black with #DCBA3F
Text Example
Text Example
White with #DCBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA3F; }
p { color: rgb(220,186,63); }
H1.HeaderClassName
{
color: #DCBA3F;
}
.AnyTagClassName
{
color: #DCBA3F;
}
</style>
background-color css
<style>
a { background-color: #DCBA3F; }
a { background-color: rgb(220,186,63); }
div.DivClassName
{
background-color: #DCBA3F;
}
.BgClassName
{
background-color: #DCBA3F;
}
</style>
border-color css
<style>
span { border-color: #DCBA3F; }
span { border-color: rgb(220,186,63); }
td.TdClassName
{
border-color: #DCBA3F;
}
.TagClassName
{
border-color: #DCBA3F;
}
</style>