Shades of Old Gold #D1B749
Tints of Old Gold #D1B749
RGB
CMYK
RGB Variations
Color information
#D1B749 (or 0xD1B749) is known color: Old Gold. HEX triplet: D1, B7 and 49. RGB value is (209,183,73). Sum of RGB (Red+Green+Blue) = 209+183+73=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B749 is #2E48B6. Grayscale: #B2B2B2. Windows color (decimal): -3033271 or 4831185. OLE color: 4831185.
HSL color Cylindrical-coordinate representation of color #D1B749: hue angle of 48.53º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1B749 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 73 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.18 |
| HSL | 48.53º | 0.6% | 0.55% | - |
| HSV(B) | 48.53º | 0.65% | 0.82% | - |
| XYZ | 44.43 | 47.9 | 13.21 | - |
| YUV | 178.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 73 | 0 | 0.12 | 0.65 | 0.18 | 48.53 | 0.6 | 0.55 |
| Hex | D1 | B7 | 49 | 0 | C | 41 | 12 | 31 | 3C | 37 |
| Octal | 321 | 267 | 111 | 0 | 14 | 101 | 22 | 61 | 74 | 67 |
| Binary | 11010001 | 10110111 | 1001001 | 0 | 1100 | 1000001 | 10010 | 110001 | 111100 | 110111 |
Color Harmonies of #D1B749
Complementary color
Monochromatic Colors of #D1B749
Black with #D1B749
Text Example
Text Example
White with #D1B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B749; }
p { color: rgb(209,183,73); }
H1.HeaderClassName
{
color: #D1B749;
}
.AnyTagClassName
{
color: #D1B749;
}
</style>
background-color css
<style>
a { background-color: #D1B749; }
a { background-color: rgb(209,183,73); }
div.DivClassName
{
background-color: #D1B749;
}
.BgClassName
{
background-color: #D1B749;
}
</style>
border-color css
<style>
span { border-color: #D1B749; }
span { border-color: rgb(209,183,73); }
td.TdClassName
{
border-color: #D1B749;
}
.TagClassName
{
border-color: #D1B749;
}
</style>