Shades of Old Gold #D1B748
Tints of Old Gold #D1B748
RGB
CMYK
RGB Variations
Color information
#D1B748 (or 0xD1B748) is known color: Old Gold. HEX triplet: D1, B7 and 48. RGB value is (209,183,72). Sum of RGB (Red+Green+Blue) = 209+183+72=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B748 is #2E48B7. Grayscale: #B2B2B2. Windows color (decimal): -3033272 or 4765649. OLE color: 4765649.
HSL color Cylindrical-coordinate representation of color #D1B748: hue angle of 48.61º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1B748 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 72 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.18 |
| HSL | 48.61º | 0.6% | 0.55% | - |
| HSV(B) | 48.61º | 0.66% | 0.82% | - |
| XYZ | 44.4 | 47.89 | 13.03 | - |
| YUV | 178.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 72 | 0 | 0.12 | 0.66 | 0.18 | 48.61 | 0.6 | 0.55 |
| Hex | D1 | B7 | 48 | 0 | C | 42 | 12 | 31 | 3C | 37 |
| Octal | 321 | 267 | 110 | 0 | 14 | 102 | 22 | 61 | 74 | 67 |
| Binary | 11010001 | 10110111 | 1001000 | 0 | 1100 | 1000010 | 10010 | 110001 | 111100 | 110111 |
Color Harmonies of #D1B748
Complementary color
Monochromatic Colors of #D1B748
Black with #D1B748
Text Example
Text Example
White with #D1B748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B748; }
p { color: rgb(209,183,72); }
H1.HeaderClassName
{
color: #D1B748;
}
.AnyTagClassName
{
color: #D1B748;
}
</style>
background-color css
<style>
a { background-color: #D1B748; }
a { background-color: rgb(209,183,72); }
div.DivClassName
{
background-color: #D1B748;
}
.BgClassName
{
background-color: #D1B748;
}
</style>
border-color css
<style>
span { border-color: #D1B748; }
span { border-color: rgb(209,183,72); }
td.TdClassName
{
border-color: #D1B748;
}
.TagClassName
{
border-color: #D1B748;
}
</style>