Shades of Old Gold #D1BA35
Tints of Old Gold #D1BA35
RGB
CMYK
RGB Variations
Color information
#D1BA35 (or 0xD1BA35) is known color: Old Gold. HEX triplet: D1, BA and 35. RGB value is (209,186,53). Sum of RGB (Red+Green+Blue) = 209+186+53=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA35 is #2E45CA. Grayscale: #B2B2B2. Windows color (decimal): -3032523 or 3521233. OLE color: 3521233.
HSL color Cylindrical-coordinate representation of color #D1BA35: hue angle of 51.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1BA35 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 53 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.18 |
| HSL | 51.15º | 0.63% | 0.51% | - |
| HSV(B) | 51.15º | 0.75% | 0.82% | - |
| XYZ | 44.5 | 48.93 | 10.47 | - |
| YUV | 177.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 53 | 0 | 0.11 | 0.75 | 0.18 | 51.15 | 0.63 | 0.51 |
| Hex | D1 | BA | 35 | 0 | B | 4B | 12 | 33 | 3F | 33 |
| Octal | 321 | 272 | 65 | 0 | 13 | 113 | 22 | 63 | 77 | 63 |
| Binary | 11010001 | 10111010 | 110101 | 0 | 1011 | 1001011 | 10010 | 110011 | 111111 | 110011 |
Color Harmonies of #D1BA35
Complementary color
Monochromatic Colors of #D1BA35
Black with #D1BA35
Text Example
Text Example
White with #D1BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA35; }
p { color: rgb(209,186,53); }
H1.HeaderClassName
{
color: #D1BA35;
}
.AnyTagClassName
{
color: #D1BA35;
}
</style>
background-color css
<style>
a { background-color: #D1BA35; }
a { background-color: rgb(209,186,53); }
div.DivClassName
{
background-color: #D1BA35;
}
.BgClassName
{
background-color: #D1BA35;
}
</style>
border-color css
<style>
span { border-color: #D1BA35; }
span { border-color: rgb(209,186,53); }
td.TdClassName
{
border-color: #D1BA35;
}
.TagClassName
{
border-color: #D1BA35;
}
</style>