Shades of Old Gold #DCBC41
Tints of Old Gold #DCBC41
RGB
CMYK
RGB Variations
Color information
#DCBC41 (or 0xDCBC41) is known color: Old Gold. HEX triplet: DC, BC and 41. RGB value is (220,188,65). Sum of RGB (Red+Green+Blue) = 220+188+65=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC41 is #2343BE. Grayscale: #B8B8B8. Windows color (decimal): -2311103 or 4308188. OLE color: 4308188.
HSL color Cylindrical-coordinate representation of color #DCBC41: hue angle of 47.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCBC41 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 65 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.14 |
| HSL | 47.61º | 0.69% | 0.56% | - |
| HSV(B) | 47.61º | 0.7% | 0.86% | - |
| XYZ | 48.45 | 51.56 | 12.4 | - |
| YUV | 183.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 65 | 0 | 0.15 | 0.70 | 0.14 | 47.61 | 0.69 | 0.56 |
| Hex | DC | BC | 41 | 0 | F | 46 | E | 30 | 45 | 38 |
| Octal | 334 | 274 | 101 | 0 | 17 | 106 | 16 | 60 | 105 | 70 |
| Binary | 11011100 | 10111100 | 1000001 | 0 | 1111 | 1000110 | 1110 | 110000 | 1000101 | 111000 |
Color Harmonies of #DCBC41
Complementary color
Monochromatic Colors of #DCBC41
Black with #DCBC41
Text Example
Text Example
White with #DCBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC41; }
p { color: rgb(220,188,65); }
H1.HeaderClassName
{
color: #DCBC41;
}
.AnyTagClassName
{
color: #DCBC41;
}
</style>
background-color css
<style>
a { background-color: #DCBC41; }
a { background-color: rgb(220,188,65); }
div.DivClassName
{
background-color: #DCBC41;
}
.BgClassName
{
background-color: #DCBC41;
}
</style>
border-color css
<style>
span { border-color: #DCBC41; }
span { border-color: rgb(220,188,65); }
td.TdClassName
{
border-color: #DCBC41;
}
.TagClassName
{
border-color: #DCBC41;
}
</style>