Shades of Old Gold #D3B547
Tints of Old Gold #D3B547
RGB
CMYK
RGB Variations
Color information
#D3B547 (or 0xD3B547) is known color: Old Gold. HEX triplet: D3, B5 and 47. RGB value is (211,181,71). Sum of RGB (Red+Green+Blue) = 211+181+71=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B547 is #2C4AB8. Grayscale: #B1B1B1. Windows color (decimal): -2902713 or 4699603. OLE color: 4699603.
HSL color Cylindrical-coordinate representation of color #D3B547: hue angle of 47.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3B547 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 181 | 71 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.17 |
| HSL | 47.14º | 0.61% | 0.55% | - |
| HSV(B) | 47.14º | 0.66% | 0.83% | - |
| XYZ | 44.53 | 47.35 | 12.75 | - |
| YUV | 177.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 71 | 0 | 0.14 | 0.66 | 0.17 | 47.14 | 0.61 | 0.55 |
| Hex | D3 | B5 | 47 | 0 | E | 42 | 11 | 2F | 3D | 37 |
| Octal | 323 | 265 | 107 | 0 | 16 | 102 | 21 | 57 | 75 | 67 |
| Binary | 11010011 | 10110101 | 1000111 | 0 | 1110 | 1000010 | 10001 | 101111 | 111101 | 110111 |
Color Harmonies of #D3B547
Complementary color
Monochromatic Colors of #D3B547
Black with #D3B547
Text Example
Text Example
White with #D3B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B547; }
p { color: rgb(211,181,71); }
H1.HeaderClassName
{
color: #D3B547;
}
.AnyTagClassName
{
color: #D3B547;
}
</style>
background-color css
<style>
a { background-color: #D3B547; }
a { background-color: rgb(211,181,71); }
div.DivClassName
{
background-color: #D3B547;
}
.BgClassName
{
background-color: #D3B547;
}
</style>
border-color css
<style>
span { border-color: #D3B547; }
span { border-color: rgb(211,181,71); }
td.TdClassName
{
border-color: #D3B547;
}
.TagClassName
{
border-color: #D3B547;
}
</style>