Shades of Old Gold #D1B73F
Tints of Old Gold #D1B73F
RGB
CMYK
RGB Variations
Color information
#D1B73F (or 0xD1B73F) is known color: Old Gold. HEX triplet: D1, B7 and 3F. RGB value is (209,183,63). Sum of RGB (Red+Green+Blue) = 209+183+63=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B73F is #2E48C0. Grayscale: #B1B1B1. Windows color (decimal): -3033281 or 4175825. OLE color: 4175825.
HSL color Cylindrical-coordinate representation of color #D1B73F: hue angle of 49.32º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1B73F is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 63 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.18 |
| HSL | 49.32º | 0.61% | 0.53% | - |
| HSV(B) | 49.32º | 0.7% | 0.82% | - |
| XYZ | 44.13 | 47.78 | 11.6 | - |
| YUV | 177.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 63 | 0 | 0.12 | 0.70 | 0.18 | 49.32 | 0.61 | 0.53 |
| Hex | D1 | B7 | 3F | 0 | C | 46 | 12 | 31 | 3D | 35 |
| Octal | 321 | 267 | 77 | 0 | 14 | 106 | 22 | 61 | 75 | 65 |
| Binary | 11010001 | 10110111 | 111111 | 0 | 1100 | 1000110 | 10010 | 110001 | 111101 | 110101 |
Color Harmonies of #D1B73F
Complementary color
Monochromatic Colors of #D1B73F
Black with #D1B73F
Text Example
Text Example
White with #D1B73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B73F; }
p { color: rgb(209,183,63); }
H1.HeaderClassName
{
color: #D1B73F;
}
.AnyTagClassName
{
color: #D1B73F;
}
</style>
background-color css
<style>
a { background-color: #D1B73F; }
a { background-color: rgb(209,183,63); }
div.DivClassName
{
background-color: #D1B73F;
}
.BgClassName
{
background-color: #D1B73F;
}
</style>
border-color css
<style>
span { border-color: #D1B73F; }
span { border-color: rgb(209,183,63); }
td.TdClassName
{
border-color: #D1B73F;
}
.TagClassName
{
border-color: #D1B73F;
}
</style>