Shades of Old Gold #DCB843
Tints of Old Gold #DCB843
RGB
CMYK
RGB Variations
Color information
#DCB843 (or 0xDCB843) is known color: Old Gold. HEX triplet: DC, B8 and 43. RGB value is (220,184,67). Sum of RGB (Red+Green+Blue) = 220+184+67=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB843 is #2347BC. Grayscale: #B5B5B5. Windows color (decimal): -2312125 or 4438236. OLE color: 4438236.
HSL color Cylindrical-coordinate representation of color #DCB843: hue angle of 45.88º 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 #DCB843 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 67 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.14 |
| HSL | 45.88º | 0.69% | 0.56% | - |
| HSV(B) | 45.88º | 0.7% | 0.86% | - |
| XYZ | 47.67 | 49.9 | 12.43 | - |
| YUV | 181.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 67 | 0 | 0.16 | 0.70 | 0.14 | 45.88 | 0.69 | 0.56 |
| Hex | DC | B8 | 43 | 0 | 10 | 46 | E | 2E | 45 | 38 |
| Octal | 334 | 270 | 103 | 0 | 20 | 106 | 16 | 56 | 105 | 70 |
| Binary | 11011100 | 10111000 | 1000011 | 0 | 10000 | 1000110 | 1110 | 101110 | 1000101 | 111000 |
Color Harmonies of #DCB843
Complementary color
Monochromatic Colors of #DCB843
Black with #DCB843
Text Example
Text Example
White with #DCB843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB843; }
p { color: rgb(220,184,67); }
H1.HeaderClassName
{
color: #DCB843;
}
.AnyTagClassName
{
color: #DCB843;
}
</style>
background-color css
<style>
a { background-color: #DCB843; }
a { background-color: rgb(220,184,67); }
div.DivClassName
{
background-color: #DCB843;
}
.BgClassName
{
background-color: #DCB843;
}
</style>
border-color css
<style>
span { border-color: #DCB843; }
span { border-color: rgb(220,184,67); }
td.TdClassName
{
border-color: #DCB843;
}
.TagClassName
{
border-color: #DCB843;
}
</style>