Shades of Old Gold #DCB841
Tints of Old Gold #DCB841
RGB
CMYK
RGB Variations
Color information
#DCB841 (or 0xDCB841) is known color: Old Gold. HEX triplet: DC, B8 and 41. RGB value is (220,184,65). Sum of RGB (Red+Green+Blue) = 220+184+65=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB841 is #2347BE. Grayscale: #B5B5B5. Windows color (decimal): -2312127 or 4307164. OLE color: 4307164.
HSL color Cylindrical-coordinate representation of color #DCB841: hue angle of 46.06º 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 #DCB841 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 65 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.14 |
| HSL | 46.06º | 0.69% | 0.56% | - |
| HSV(B) | 46.06º | 0.7% | 0.86% | - |
| XYZ | 47.61 | 49.88 | 12.12 | - |
| YUV | 181.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 65 | 0 | 0.16 | 0.70 | 0.14 | 46.06 | 0.69 | 0.56 |
| Hex | DC | B8 | 41 | 0 | 10 | 46 | E | 2E | 45 | 38 |
| Octal | 334 | 270 | 101 | 0 | 20 | 106 | 16 | 56 | 105 | 70 |
| Binary | 11011100 | 10111000 | 1000001 | 0 | 10000 | 1000110 | 1110 | 101110 | 1000101 | 111000 |
Color Harmonies of #DCB841
Complementary color
Monochromatic Colors of #DCB841
Black with #DCB841
Text Example
Text Example
White with #DCB841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB841; }
p { color: rgb(220,184,65); }
H1.HeaderClassName
{
color: #DCB841;
}
.AnyTagClassName
{
color: #DCB841;
}
</style>
background-color css
<style>
a { background-color: #DCB841; }
a { background-color: rgb(220,184,65); }
div.DivClassName
{
background-color: #DCB841;
}
.BgClassName
{
background-color: #DCB841;
}
</style>
border-color css
<style>
span { border-color: #DCB841; }
span { border-color: rgb(220,184,65); }
td.TdClassName
{
border-color: #DCB841;
}
.TagClassName
{
border-color: #DCB841;
}
</style>