Shades of Old Gold #D1B741
Tints of Old Gold #D1B741
RGB
CMYK
RGB Variations
Color information
#D1B741 (or 0xD1B741) is known color: Old Gold. HEX triplet: D1, B7 and 41. RGB value is (209,183,65). Sum of RGB (Red+Green+Blue) = 209+183+65=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B741 is #2E48BE. Grayscale: #B1B1B1. Windows color (decimal): -3033279 or 4306897. OLE color: 4306897.
HSL color Cylindrical-coordinate representation of color #D1B741: hue angle of 49.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1B741 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 65 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.18 |
| HSL | 49.17º | 0.61% | 0.54% | - |
| HSV(B) | 49.17º | 0.69% | 0.82% | - |
| XYZ | 44.18 | 47.8 | 11.9 | - |
| YUV | 177.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 65 | 0 | 0.12 | 0.69 | 0.18 | 49.17 | 0.61 | 0.54 |
| Hex | D1 | B7 | 41 | 0 | C | 45 | 12 | 31 | 3D | 36 |
| Octal | 321 | 267 | 101 | 0 | 14 | 105 | 22 | 61 | 75 | 66 |
| Binary | 11010001 | 10110111 | 1000001 | 0 | 1100 | 1000101 | 10010 | 110001 | 111101 | 110110 |
Color Harmonies of #D1B741
Complementary color
Monochromatic Colors of #D1B741
Black with #D1B741
Text Example
Text Example
White with #D1B741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B741; }
p { color: rgb(209,183,65); }
H1.HeaderClassName
{
color: #D1B741;
}
.AnyTagClassName
{
color: #D1B741;
}
</style>
background-color css
<style>
a { background-color: #D1B741; }
a { background-color: rgb(209,183,65); }
div.DivClassName
{
background-color: #D1B741;
}
.BgClassName
{
background-color: #D1B741;
}
</style>
border-color css
<style>
span { border-color: #D1B741; }
span { border-color: rgb(209,183,65); }
td.TdClassName
{
border-color: #D1B741;
}
.TagClassName
{
border-color: #D1B741;
}
</style>