Shades of Old Gold #DCBC3A
Tints of Old Gold #DCBC3A
RGB
CMYK
RGB Variations
Color information
#DCBC3A (or 0xDCBC3A) is known color: Old Gold. HEX triplet: DC, BC and 3A. RGB value is (220,188,58). Sum of RGB (Red+Green+Blue) = 220+188+58=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC3A is #2343C5. Grayscale: #B7B7B7. Windows color (decimal): -2311110 or 3849436. OLE color: 3849436.
HSL color Cylindrical-coordinate representation of color #DCBC3A: hue angle of 48.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCBC3A is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 58 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.14 |
| HSL | 48.15º | 0.7% | 0.55% | - |
| HSV(B) | 48.15º | 0.74% | 0.86% | - |
| XYZ | 48.26 | 51.49 | 11.4 | - |
| YUV | 182.75 | 57.6 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 58 | 0 | 0.15 | 0.74 | 0.14 | 48.15 | 0.7 | 0.55 |
| Hex | DC | BC | 3A | 0 | F | 4A | E | 30 | 46 | 37 |
| Octal | 334 | 274 | 72 | 0 | 17 | 112 | 16 | 60 | 106 | 67 |
| Binary | 11011100 | 10111100 | 111010 | 0 | 1111 | 1001010 | 1110 | 110000 | 1000110 | 110111 |
Color Harmonies of #DCBC3A
Complementary color
Monochromatic Colors of #DCBC3A
Black with #DCBC3A
Text Example
Text Example
White with #DCBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC3A; }
p { color: rgb(220,188,58); }
H1.HeaderClassName
{
color: #DCBC3A;
}
.AnyTagClassName
{
color: #DCBC3A;
}
</style>
background-color css
<style>
a { background-color: #DCBC3A; }
a { background-color: rgb(220,188,58); }
div.DivClassName
{
background-color: #DCBC3A;
}
.BgClassName
{
background-color: #DCBC3A;
}
</style>
border-color css
<style>
span { border-color: #DCBC3A; }
span { border-color: rgb(220,188,58); }
td.TdClassName
{
border-color: #DCBC3A;
}
.TagClassName
{
border-color: #DCBC3A;
}
</style>