Shades of Old Gold #D1B946
Tints of Old Gold #D1B946
RGB
CMYK
RGB Variations
Color information
#D1B946 (or 0xD1B946) is known color: Old Gold. HEX triplet: D1, B9 and 46. RGB value is (209,185,70). Sum of RGB (Red+Green+Blue) = 209+185+70=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B946 is #2E46B9. Grayscale: #B3B3B3. Windows color (decimal): -3032762 or 4635089. OLE color: 4635089.
HSL color Cylindrical-coordinate representation of color #D1B946: hue angle of 49.64º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1B946 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 70 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.18 |
| HSL | 49.64º | 0.6% | 0.55% | - |
| HSV(B) | 49.64º | 0.67% | 0.82% | - |
| XYZ | 44.75 | 48.7 | 12.83 | - |
| YUV | 179.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 70 | 0 | 0.11 | 0.67 | 0.18 | 49.64 | 0.6 | 0.55 |
| Hex | D1 | B9 | 46 | 0 | B | 43 | 12 | 32 | 3C | 37 |
| Octal | 321 | 271 | 106 | 0 | 13 | 103 | 22 | 62 | 74 | 67 |
| Binary | 11010001 | 10111001 | 1000110 | 0 | 1011 | 1000011 | 10010 | 110010 | 111100 | 110111 |
Color Harmonies of #D1B946
Complementary color
Monochromatic Colors of #D1B946
Black with #D1B946
Text Example
Text Example
White with #D1B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B946; }
p { color: rgb(209,185,70); }
H1.HeaderClassName
{
color: #D1B946;
}
.AnyTagClassName
{
color: #D1B946;
}
</style>
background-color css
<style>
a { background-color: #D1B946; }
a { background-color: rgb(209,185,70); }
div.DivClassName
{
background-color: #D1B946;
}
.BgClassName
{
background-color: #D1B946;
}
</style>
border-color css
<style>
span { border-color: #D1B946; }
span { border-color: rgb(209,185,70); }
td.TdClassName
{
border-color: #D1B946;
}
.TagClassName
{
border-color: #D1B946;
}
</style>