Shades of Old Gold #DCBA3B
Tints of Old Gold #DCBA3B
RGB
CMYK
RGB Variations
Color information
#DCBA3B (or 0xDCBA3B) is known color: Old Gold. HEX triplet: DC, BA and 3B. RGB value is (220,186,59). Sum of RGB (Red+Green+Blue) = 220+186+59=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA3B is #2345C4. Grayscale: #B6B6B6. Windows color (decimal): -2311621 or 3914460. OLE color: 3914460.
HSL color Cylindrical-coordinate representation of color #DCBA3B: hue angle of 47.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCBA3B is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 59 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.14 |
| HSL | 47.33º | 0.7% | 0.55% | - |
| HSV(B) | 47.33º | 0.73% | 0.86% | - |
| XYZ | 47.86 | 50.65 | 11.39 | - |
| YUV | 181.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 59 | 0 | 0.15 | 0.73 | 0.14 | 47.33 | 0.7 | 0.55 |
| Hex | DC | BA | 3B | 0 | F | 49 | E | 2F | 46 | 37 |
| Octal | 334 | 272 | 73 | 0 | 17 | 111 | 16 | 57 | 106 | 67 |
| Binary | 11011100 | 10111010 | 111011 | 0 | 1111 | 1001001 | 1110 | 101111 | 1000110 | 110111 |
Color Harmonies of #DCBA3B
Complementary color
Monochromatic Colors of #DCBA3B
Black with #DCBA3B
Text Example
Text Example
White with #DCBA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA3B; }
p { color: rgb(220,186,59); }
H1.HeaderClassName
{
color: #DCBA3B;
}
.AnyTagClassName
{
color: #DCBA3B;
}
</style>
background-color css
<style>
a { background-color: #DCBA3B; }
a { background-color: rgb(220,186,59); }
div.DivClassName
{
background-color: #DCBA3B;
}
.BgClassName
{
background-color: #DCBA3B;
}
</style>
border-color css
<style>
span { border-color: #DCBA3B; }
span { border-color: rgb(220,186,59); }
td.TdClassName
{
border-color: #DCBA3B;
}
.TagClassName
{
border-color: #DCBA3B;
}
</style>