Shades of Old Gold #DCB943
Tints of Old Gold #DCB943
RGB
CMYK
RGB Variations
Color information
#DCB943 (or 0xDCB943) is known color: Old Gold. HEX triplet: DC, B9 and 43. RGB value is (220,185,67). Sum of RGB (Red+Green+Blue) = 220+185+67=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 67 (26.56% from 255 or 14.19% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB943 is #2346BC. Grayscale: #B6B6B6. Windows color (decimal): -2311869 or 4438492. OLE color: 4438492.
HSL color Cylindrical-coordinate representation of color #DCB943: hue angle of 46.27º 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 #DCB943 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 67 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.14 |
| HSL | 46.27º | 0.69% | 0.56% | - |
| HSV(B) | 46.27º | 0.7% | 0.86% | - |
| XYZ | 47.88 | 50.32 | 12.5 | - |
| YUV | 182.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 67 | 0 | 0.16 | 0.70 | 0.14 | 46.27 | 0.69 | 0.56 |
| Hex | DC | B9 | 43 | 0 | 10 | 46 | E | 2E | 45 | 38 |
| Octal | 334 | 271 | 103 | 0 | 20 | 106 | 16 | 56 | 105 | 70 |
| Binary | 11011100 | 10111001 | 1000011 | 0 | 10000 | 1000110 | 1110 | 101110 | 1000101 | 111000 |
Color Harmonies of #DCB943
Complementary color
Monochromatic Colors of #DCB943
Black with #DCB943
Text Example
Text Example
White with #DCB943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB943; }
p { color: rgb(220,185,67); }
H1.HeaderClassName
{
color: #DCB943;
}
.AnyTagClassName
{
color: #DCB943;
}
</style>
background-color css
<style>
a { background-color: #DCB943; }
a { background-color: rgb(220,185,67); }
div.DivClassName
{
background-color: #DCB943;
}
.BgClassName
{
background-color: #DCB943;
}
</style>
border-color css
<style>
span { border-color: #DCB943; }
span { border-color: rgb(220,185,67); }
td.TdClassName
{
border-color: #DCB943;
}
.TagClassName
{
border-color: #DCB943;
}
</style>