Shades of Old Gold #D5BA3B
Tints of Old Gold #D5BA3B
RGB
CMYK
RGB Variations
Color information
#D5BA3B (or 0xD5BA3B) is known color: Old Gold. HEX triplet: D5, BA and 3B. RGB value is (213,186,59). Sum of RGB (Red+Green+Blue) = 213+186+59=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA3B is #2A45C4. Grayscale: #B4B4B4. Windows color (decimal): -2770373 or 3914453. OLE color: 3914453.
HSL color Cylindrical-coordinate representation of color #D5BA3B: hue angle of 49.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5BA3B is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 59 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.16 |
| HSL | 49.48º | 0.65% | 0.53% | - |
| HSV(B) | 49.48º | 0.72% | 0.84% | - |
| XYZ | 45.79 | 49.58 | 11.29 | - |
| YUV | 179.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 59 | 0 | 0.13 | 0.72 | 0.16 | 49.48 | 0.65 | 0.53 |
| Hex | D5 | BA | 3B | 0 | D | 48 | 10 | 31 | 41 | 35 |
| Octal | 325 | 272 | 73 | 0 | 15 | 110 | 20 | 61 | 101 | 65 |
| Binary | 11010101 | 10111010 | 111011 | 0 | 1101 | 1001000 | 10000 | 110001 | 1000001 | 110101 |
Color Harmonies of #D5BA3B
Complementary color
Monochromatic Colors of #D5BA3B
Black with #D5BA3B
Text Example
Text Example
White with #D5BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA3B; }
p { color: rgb(213,186,59); }
H1.HeaderClassName
{
color: #D5BA3B;
}
.AnyTagClassName
{
color: #D5BA3B;
}
</style>
background-color css
<style>
a { background-color: #D5BA3B; }
a { background-color: rgb(213,186,59); }
div.DivClassName
{
background-color: #D5BA3B;
}
.BgClassName
{
background-color: #D5BA3B;
}
</style>
border-color css
<style>
span { border-color: #D5BA3B; }
span { border-color: rgb(213,186,59); }
td.TdClassName
{
border-color: #D5BA3B;
}
.TagClassName
{
border-color: #D5BA3B;
}
</style>