Shades of Old Gold #D3BA34
Tints of Old Gold #D3BA34
RGB
CMYK
RGB Variations
Color information
#D3BA34 (or 0xD3BA34) is known color: Old Gold. HEX triplet: D3, BA and 34. RGB value is (211,186,52). Sum of RGB (Red+Green+Blue) = 211+186+52=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA34 is #2C45CB. Grayscale: #B2B2B2. Windows color (decimal): -2901452 or 3455699. OLE color: 3455699.
HSL color Cylindrical-coordinate representation of color #D3BA34: hue angle of 50.57º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3BA34 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 52 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.17 |
| HSL | 50.57º | 0.64% | 0.52% | - |
| HSV(B) | 50.57º | 0.75% | 0.83% | - |
| XYZ | 45.04 | 49.21 | 10.37 | - |
| YUV | 178.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 52 | 0 | 0.12 | 0.75 | 0.17 | 50.57 | 0.64 | 0.52 |
| Hex | D3 | BA | 34 | 0 | C | 4B | 11 | 33 | 40 | 34 |
| Octal | 323 | 272 | 64 | 0 | 14 | 113 | 21 | 63 | 100 | 64 |
| Binary | 11010011 | 10111010 | 110100 | 0 | 1100 | 1001011 | 10001 | 110011 | 1000000 | 110100 |
Color Harmonies of #D3BA34
Complementary color
Monochromatic Colors of #D3BA34
Black with #D3BA34
Text Example
Text Example
White with #D3BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA34; }
p { color: rgb(211,186,52); }
H1.HeaderClassName
{
color: #D3BA34;
}
.AnyTagClassName
{
color: #D3BA34;
}
</style>
background-color css
<style>
a { background-color: #D3BA34; }
a { background-color: rgb(211,186,52); }
div.DivClassName
{
background-color: #D3BA34;
}
.BgClassName
{
background-color: #D3BA34;
}
</style>
border-color css
<style>
span { border-color: #D3BA34; }
span { border-color: rgb(211,186,52); }
td.TdClassName
{
border-color: #D3BA34;
}
.TagClassName
{
border-color: #D3BA34;
}
</style>