Shades of Old Gold #D1BA34
Tints of Old Gold #D1BA34
RGB
CMYK
RGB Variations
Color information
#D1BA34 (or 0xD1BA34) is known color: Old Gold. HEX triplet: D1, BA and 34. RGB value is (209,186,52). Sum of RGB (Red+Green+Blue) = 209+186+52=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA34 is #2E45CB. Grayscale: #B2B2B2. Windows color (decimal): -3032524 or 3455697. OLE color: 3455697.
HSL color Cylindrical-coordinate representation of color #D1BA34: hue angle of 51.21º 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 #D1BA34 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 52 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.18 |
| HSL | 51.21º | 0.63% | 0.51% | - |
| HSV(B) | 51.21º | 0.75% | 0.82% | - |
| XYZ | 44.47 | 48.92 | 10.35 | - |
| YUV | 177.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 52 | 0 | 0.11 | 0.75 | 0.18 | 51.21 | 0.63 | 0.51 |
| Hex | D1 | BA | 34 | 0 | B | 4B | 12 | 33 | 3F | 33 |
| Octal | 321 | 272 | 64 | 0 | 13 | 113 | 22 | 63 | 77 | 63 |
| Binary | 11010001 | 10111010 | 110100 | 0 | 1011 | 1001011 | 10010 | 110011 | 111111 | 110011 |
Color Harmonies of #D1BA34
Complementary color
Monochromatic Colors of #D1BA34
Black with #D1BA34
Text Example
Text Example
White with #D1BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA34; }
p { color: rgb(209,186,52); }
H1.HeaderClassName
{
color: #D1BA34;
}
.AnyTagClassName
{
color: #D1BA34;
}
</style>
background-color css
<style>
a { background-color: #D1BA34; }
a { background-color: rgb(209,186,52); }
div.DivClassName
{
background-color: #D1BA34;
}
.BgClassName
{
background-color: #D1BA34;
}
</style>
border-color css
<style>
span { border-color: #D1BA34; }
span { border-color: rgb(209,186,52); }
td.TdClassName
{
border-color: #D1BA34;
}
.TagClassName
{
border-color: #D1BA34;
}
</style>