Shades of Old Gold #D1BF47
Tints of Old Gold #D1BF47
RGB
CMYK
RGB Variations
Color information
#D1BF47 (or 0xD1BF47) is known color: Old Gold. HEX triplet: D1, BF and 47. RGB value is (209,191,71). Sum of RGB (Red+Green+Blue) = 209+191+71=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF47 is #2E40B8. Grayscale: #B7B7B7. Windows color (decimal): -3031225 or 4702161. OLE color: 4702161.
HSL color Cylindrical-coordinate representation of color #D1BF47: hue angle of 52.17º 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 #D1BF47 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 71 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.18 |
| HSL | 52.17º | 0.6% | 0.55% | - |
| HSV(B) | 52.17º | 0.66% | 0.82% | - |
| XYZ | 46.06 | 51.27 | 13.43 | - |
| YUV | 182.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 71 | 0 | 0.09 | 0.66 | 0.18 | 52.17 | 0.6 | 0.55 |
| Hex | D1 | BF | 47 | 0 | 9 | 42 | 12 | 34 | 3C | 37 |
| Octal | 321 | 277 | 107 | 0 | 11 | 102 | 22 | 64 | 74 | 67 |
| Binary | 11010001 | 10111111 | 1000111 | 0 | 1001 | 1000010 | 10010 | 110100 | 111100 | 110111 |
Color Harmonies of #D1BF47
Complementary color
Monochromatic Colors of #D1BF47
Black with #D1BF47
Text Example
Text Example
White with #D1BF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF47; }
p { color: rgb(209,191,71); }
H1.HeaderClassName
{
color: #D1BF47;
}
.AnyTagClassName
{
color: #D1BF47;
}
</style>
background-color css
<style>
a { background-color: #D1BF47; }
a { background-color: rgb(209,191,71); }
div.DivClassName
{
background-color: #D1BF47;
}
.BgClassName
{
background-color: #D1BF47;
}
</style>
border-color css
<style>
span { border-color: #D1BF47; }
span { border-color: rgb(209,191,71); }
td.TdClassName
{
border-color: #D1BF47;
}
.TagClassName
{
border-color: #D1BF47;
}
</style>