Shades of Old Gold #D1BA3E
Tints of Old Gold #D1BA3E
RGB
CMYK
RGB Variations
Color information
#D1BA3E (or 0xD1BA3E) is known color: Old Gold. HEX triplet: D1, BA and 3E. RGB value is (209,186,62). Sum of RGB (Red+Green+Blue) = 209+186+62=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA3E is #2E45C1. Grayscale: #B3B3B3. Windows color (decimal): -3032514 or 4111057. OLE color: 4111057.
HSL color Cylindrical-coordinate representation of color #D1BA3E: hue angle of 50.61º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1BA3E is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 62 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.18 |
| HSL | 50.61º | 0.62% | 0.53% | - |
| HSV(B) | 50.61º | 0.7% | 0.82% | - |
| XYZ | 44.72 | 49.02 | 11.66 | - |
| YUV | 178.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 62 | 0 | 0.11 | 0.70 | 0.18 | 50.61 | 0.62 | 0.53 |
| Hex | D1 | BA | 3E | 0 | B | 46 | 12 | 33 | 3E | 35 |
| Octal | 321 | 272 | 76 | 0 | 13 | 106 | 22 | 63 | 76 | 65 |
| Binary | 11010001 | 10111010 | 111110 | 0 | 1011 | 1000110 | 10010 | 110011 | 111110 | 110101 |
Color Harmonies of #D1BA3E
Complementary color
Monochromatic Colors of #D1BA3E
Black with #D1BA3E
Text Example
Text Example
White with #D1BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA3E; }
p { color: rgb(209,186,62); }
H1.HeaderClassName
{
color: #D1BA3E;
}
.AnyTagClassName
{
color: #D1BA3E;
}
</style>
background-color css
<style>
a { background-color: #D1BA3E; }
a { background-color: rgb(209,186,62); }
div.DivClassName
{
background-color: #D1BA3E;
}
.BgClassName
{
background-color: #D1BA3E;
}
</style>
border-color css
<style>
span { border-color: #D1BA3E; }
span { border-color: rgb(209,186,62); }
td.TdClassName
{
border-color: #D1BA3E;
}
.TagClassName
{
border-color: #D1BA3E;
}
</style>