Shades of Old Gold #D3BA2D
Tints of Old Gold #D3BA2D
RGB
CMYK
RGB Variations
Color information
#D3BA2D (or 0xD3BA2D) is known color: Old Gold. HEX triplet: D3, BA and 2D. RGB value is (211,186,45). Sum of RGB (Red+Green+Blue) = 211+186+45=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA2D is #2C45D2. Grayscale: #B1B1B1. Windows color (decimal): -2901459 or 2996947. OLE color: 2996947.
HSL color Cylindrical-coordinate representation of color #D3BA2D: hue angle of 50.96º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3BA2D is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 45 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.17 |
| HSL | 50.96º | 0.65% | 0.5% | - |
| HSV(B) | 50.96º | 0.79% | 0.83% | - |
| XYZ | 44.9 | 49.16 | 9.6 | - |
| YUV | 177.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 45 | 0 | 0.12 | 0.79 | 0.17 | 50.96 | 0.65 | 0.5 |
| Hex | D3 | BA | 2D | 0 | C | 4F | 11 | 33 | 41 | 32 |
| Octal | 323 | 272 | 55 | 0 | 14 | 117 | 21 | 63 | 101 | 62 |
| Binary | 11010011 | 10111010 | 101101 | 0 | 1100 | 1001111 | 10001 | 110011 | 1000001 | 110010 |
Color Harmonies of #D3BA2D
Complementary color
Monochromatic Colors of #D3BA2D
Black with #D3BA2D
Text Example
Text Example
White with #D3BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA2D; }
p { color: rgb(211,186,45); }
H1.HeaderClassName
{
color: #D3BA2D;
}
.AnyTagClassName
{
color: #D3BA2D;
}
</style>
background-color css
<style>
a { background-color: #D3BA2D; }
a { background-color: rgb(211,186,45); }
div.DivClassName
{
background-color: #D3BA2D;
}
.BgClassName
{
background-color: #D3BA2D;
}
</style>
border-color css
<style>
span { border-color: #D3BA2D; }
span { border-color: rgb(211,186,45); }
td.TdClassName
{
border-color: #D3BA2D;
}
.TagClassName
{
border-color: #D3BA2D;
}
</style>