Shades of Old Gold #D1BA46
Tints of Old Gold #D1BA46
RGB
CMYK
RGB Variations
Color information
#D1BA46 (or 0xD1BA46) is known color: Old Gold. HEX triplet: D1, BA and 46. RGB value is (209,186,70). Sum of RGB (Red+Green+Blue) = 209+186+70=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA46 is #2E45B9. Grayscale: #B4B4B4. Windows color (decimal): -3032506 or 4635345. OLE color: 4635345.
HSL color Cylindrical-coordinate representation of color #D1BA46: hue angle of 50.07º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1BA46 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 70 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.18 |
| HSL | 50.07º | 0.6% | 0.55% | - |
| HSV(B) | 50.07º | 0.67% | 0.82% | - |
| XYZ | 44.96 | 49.12 | 12.9 | - |
| YUV | 179.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 70 | 0 | 0.11 | 0.67 | 0.18 | 50.07 | 0.6 | 0.55 |
| Hex | D1 | BA | 46 | 0 | B | 43 | 12 | 32 | 3C | 37 |
| Octal | 321 | 272 | 106 | 0 | 13 | 103 | 22 | 62 | 74 | 67 |
| Binary | 11010001 | 10111010 | 1000110 | 0 | 1011 | 1000011 | 10010 | 110010 | 111100 | 110111 |
Color Harmonies of #D1BA46
Complementary color
Monochromatic Colors of #D1BA46
Black with #D1BA46
Text Example
Text Example
White with #D1BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA46; }
p { color: rgb(209,186,70); }
H1.HeaderClassName
{
color: #D1BA46;
}
.AnyTagClassName
{
color: #D1BA46;
}
</style>
background-color css
<style>
a { background-color: #D1BA46; }
a { background-color: rgb(209,186,70); }
div.DivClassName
{
background-color: #D1BA46;
}
.BgClassName
{
background-color: #D1BA46;
}
</style>
border-color css
<style>
span { border-color: #D1BA46; }
span { border-color: rgb(209,186,70); }
td.TdClassName
{
border-color: #D1BA46;
}
.TagClassName
{
border-color: #D1BA46;
}
</style>