Shades of Old Gold #D1B849
Tints of Old Gold #D1B849
RGB
CMYK
RGB Variations
Color information
#D1B849 (or 0xD1B849) is known color: Old Gold. HEX triplet: D1, B8 and 49. RGB value is (209,184,73). Sum of RGB (Red+Green+Blue) = 209+184+73=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B849 is #2E47B6. Grayscale: #B3B3B3. Windows color (decimal): -3033015 or 4831441. OLE color: 4831441.
HSL color Cylindrical-coordinate representation of color #D1B849: hue angle of 48.97º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1B849 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 73 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.18 |
| HSL | 48.97º | 0.6% | 0.55% | - |
| HSV(B) | 48.97º | 0.65% | 0.82% | - |
| XYZ | 44.64 | 48.32 | 13.28 | - |
| YUV | 178.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 73 | 0 | 0.12 | 0.65 | 0.18 | 48.97 | 0.6 | 0.55 |
| Hex | D1 | B8 | 49 | 0 | C | 41 | 12 | 31 | 3C | 37 |
| Octal | 321 | 270 | 111 | 0 | 14 | 101 | 22 | 61 | 74 | 67 |
| Binary | 11010001 | 10111000 | 1001001 | 0 | 1100 | 1000001 | 10010 | 110001 | 111100 | 110111 |
Color Harmonies of #D1B849
Complementary color
Monochromatic Colors of #D1B849
Black with #D1B849
Text Example
Text Example
White with #D1B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B849; }
p { color: rgb(209,184,73); }
H1.HeaderClassName
{
color: #D1B849;
}
.AnyTagClassName
{
color: #D1B849;
}
</style>
background-color css
<style>
a { background-color: #D1B849; }
a { background-color: rgb(209,184,73); }
div.DivClassName
{
background-color: #D1B849;
}
.BgClassName
{
background-color: #D1B849;
}
</style>
border-color css
<style>
span { border-color: #D1B849; }
span { border-color: rgb(209,184,73); }
td.TdClassName
{
border-color: #D1B849;
}
.TagClassName
{
border-color: #D1B849;
}
</style>