Shades of Old Gold #DCBC3D
Tints of Old Gold #DCBC3D
RGB
CMYK
RGB Variations
Color information
#DCBC3D (or 0xDCBC3D) is known color: Old Gold. HEX triplet: DC, BC and 3D. RGB value is (220,188,61). Sum of RGB (Red+Green+Blue) = 220+188+61=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC3D is #2343C2. Grayscale: #B7B7B7. Windows color (decimal): -2311107 or 4046044. OLE color: 4046044.
HSL color Cylindrical-coordinate representation of color #DCBC3D: hue angle of 47.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCBC3D is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 61 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.14 |
| HSL | 47.92º | 0.69% | 0.55% | - |
| HSV(B) | 47.92º | 0.72% | 0.86% | - |
| XYZ | 48.34 | 51.52 | 11.81 | - |
| YUV | 183.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 61 | 0 | 0.15 | 0.72 | 0.14 | 47.92 | 0.69 | 0.55 |
| Hex | DC | BC | 3D | 0 | F | 48 | E | 30 | 45 | 37 |
| Octal | 334 | 274 | 75 | 0 | 17 | 110 | 16 | 60 | 105 | 67 |
| Binary | 11011100 | 10111100 | 111101 | 0 | 1111 | 1001000 | 1110 | 110000 | 1000101 | 110111 |
Color Harmonies of #DCBC3D
Complementary color
Monochromatic Colors of #DCBC3D
Black with #DCBC3D
Text Example
Text Example
White with #DCBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC3D; }
p { color: rgb(220,188,61); }
H1.HeaderClassName
{
color: #DCBC3D;
}
.AnyTagClassName
{
color: #DCBC3D;
}
</style>
background-color css
<style>
a { background-color: #DCBC3D; }
a { background-color: rgb(220,188,61); }
div.DivClassName
{
background-color: #DCBC3D;
}
.BgClassName
{
background-color: #DCBC3D;
}
</style>
border-color css
<style>
span { border-color: #DCBC3D; }
span { border-color: rgb(220,188,61); }
td.TdClassName
{
border-color: #DCBC3D;
}
.TagClassName
{
border-color: #DCBC3D;
}
</style>