Shades of Old Gold #DCBA41
Tints of Old Gold #DCBA41
RGB
CMYK
RGB Variations
Color information
#DCBA41 (or 0xDCBA41) is known color: Old Gold. HEX triplet: DC, BA and 41. RGB value is (220,186,65). Sum of RGB (Red+Green+Blue) = 220+186+65=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA41 is #2345BE. Grayscale: #B6B6B6. Windows color (decimal): -2311615 or 4307676. OLE color: 4307676.
HSL color Cylindrical-coordinate representation of color #DCBA41: hue angle of 46.84º 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 #DCBA41 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 65 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.14 |
| HSL | 46.84º | 0.69% | 0.56% | - |
| HSV(B) | 46.84º | 0.7% | 0.86% | - |
| XYZ | 48.03 | 50.72 | 12.26 | - |
| YUV | 182.37 | 61.76 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 65 | 0 | 0.15 | 0.70 | 0.14 | 46.84 | 0.69 | 0.56 |
| Hex | DC | BA | 41 | 0 | F | 46 | E | 2F | 45 | 38 |
| Octal | 334 | 272 | 101 | 0 | 17 | 106 | 16 | 57 | 105 | 70 |
| Binary | 11011100 | 10111010 | 1000001 | 0 | 1111 | 1000110 | 1110 | 101111 | 1000101 | 111000 |
Color Harmonies of #DCBA41
Complementary color
Monochromatic Colors of #DCBA41
Black with #DCBA41
Text Example
Text Example
White with #DCBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA41; }
p { color: rgb(220,186,65); }
H1.HeaderClassName
{
color: #DCBA41;
}
.AnyTagClassName
{
color: #DCBA41;
}
</style>
background-color css
<style>
a { background-color: #DCBA41; }
a { background-color: rgb(220,186,65); }
div.DivClassName
{
background-color: #DCBA41;
}
.BgClassName
{
background-color: #DCBA41;
}
</style>
border-color css
<style>
span { border-color: #DCBA41; }
span { border-color: rgb(220,186,65); }
td.TdClassName
{
border-color: #DCBA41;
}
.TagClassName
{
border-color: #DCBA41;
}
</style>