Shades of Old Gold #D1B541
Tints of Old Gold #D1B541
RGB
CMYK
RGB Variations
Color information
#D1B541 (or 0xD1B541) is known color: Old Gold. HEX triplet: D1, B5 and 41. RGB value is (209,181,65). Sum of RGB (Red+Green+Blue) = 209+181+65=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B541 is #2E4ABE. Grayscale: #B0B0B0. Windows color (decimal): -3033791 or 4306385. OLE color: 4306385.
HSL color Cylindrical-coordinate representation of color #D1B541: hue angle of 48.33º 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 #D1B541 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 65 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.18 |
| HSL | 48.33º | 0.61% | 0.54% | - |
| HSV(B) | 48.33º | 0.69% | 0.82% | - |
| XYZ | 43.77 | 46.98 | 11.76 | - |
| YUV | 176.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 65 | 0 | 0.13 | 0.69 | 0.18 | 48.33 | 0.61 | 0.54 |
| Hex | D1 | B5 | 41 | 0 | D | 45 | 12 | 30 | 3D | 36 |
| Octal | 321 | 265 | 101 | 0 | 15 | 105 | 22 | 60 | 75 | 66 |
| Binary | 11010001 | 10110101 | 1000001 | 0 | 1101 | 1000101 | 10010 | 110000 | 111101 | 110110 |
Color Harmonies of #D1B541
Complementary color
Monochromatic Colors of #D1B541
Black with #D1B541
Text Example
Text Example
White with #D1B541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B541; }
p { color: rgb(209,181,65); }
H1.HeaderClassName
{
color: #D1B541;
}
.AnyTagClassName
{
color: #D1B541;
}
</style>
background-color css
<style>
a { background-color: #D1B541; }
a { background-color: rgb(209,181,65); }
div.DivClassName
{
background-color: #D1B541;
}
.BgClassName
{
background-color: #D1B541;
}
</style>
border-color css
<style>
span { border-color: #D1B541; }
span { border-color: rgb(209,181,65); }
td.TdClassName
{
border-color: #D1B541;
}
.TagClassName
{
border-color: #D1B541;
}
</style>