Shades of Old Gold #D5BA2E
Tints of Old Gold #D5BA2E
RGB
CMYK
RGB Variations
Color information
#D5BA2E (or 0xD5BA2E) is known color: Old Gold. HEX triplet: D5, BA and 2E. RGB value is (213,186,46). Sum of RGB (Red+Green+Blue) = 213+186+46=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA2E is #2A45D1. Grayscale: #B2B2B2. Windows color (decimal): -2770386 or 3062485. OLE color: 3062485.
HSL color Cylindrical-coordinate representation of color #D5BA2E: hue angle of 50.3º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5BA2E is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 46 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.16 |
| HSL | 50.3º | 0.67% | 0.51% | - |
| HSV(B) | 50.3º | 0.78% | 0.84% | - |
| XYZ | 45.49 | 49.46 | 9.73 | - |
| YUV | 178.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 46 | 0 | 0.13 | 0.78 | 0.16 | 50.3 | 0.67 | 0.51 |
| Hex | D5 | BA | 2E | 0 | D | 4E | 10 | 32 | 43 | 33 |
| Octal | 325 | 272 | 56 | 0 | 15 | 116 | 20 | 62 | 103 | 63 |
| Binary | 11010101 | 10111010 | 101110 | 0 | 1101 | 1001110 | 10000 | 110010 | 1000011 | 110011 |
Color Harmonies of #D5BA2E
Complementary color
Monochromatic Colors of #D5BA2E
Black with #D5BA2E
Text Example
Text Example
White with #D5BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA2E; }
p { color: rgb(213,186,46); }
H1.HeaderClassName
{
color: #D5BA2E;
}
.AnyTagClassName
{
color: #D5BA2E;
}
</style>
background-color css
<style>
a { background-color: #D5BA2E; }
a { background-color: rgb(213,186,46); }
div.DivClassName
{
background-color: #D5BA2E;
}
.BgClassName
{
background-color: #D5BA2E;
}
</style>
border-color css
<style>
span { border-color: #D5BA2E; }
span { border-color: rgb(213,186,46); }
td.TdClassName
{
border-color: #D5BA2E;
}
.TagClassName
{
border-color: #D5BA2E;
}
</style>