Shades of Old Gold #D5B949
Tints of Old Gold #D5B949
RGB
CMYK
RGB Variations
Color information
#D5B949 (or 0xD5B949) is known color: Old Gold. HEX triplet: D5, B9 and 49. RGB value is (213,185,73). Sum of RGB (Red+Green+Blue) = 213+185+73=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B949 is #2A46B6. Grayscale: #B5B5B5. Windows color (decimal): -2770615 or 4831701. OLE color: 4831701.
HSL color Cylindrical-coordinate representation of color #D5B949: hue angle of 48º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5B949 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 73 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.16 |
| HSL | 48º | 0.63% | 0.56% | - |
| HSV(B) | 48º | 0.66% | 0.84% | - |
| XYZ | 45.99 | 49.33 | 13.4 | - |
| YUV | 180.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 73 | 0 | 0.13 | 0.66 | 0.16 | 48 | 0.63 | 0.56 |
| Hex | D5 | B9 | 49 | 0 | D | 42 | 10 | 30 | 3E | 38 |
| Octal | 325 | 271 | 111 | 0 | 15 | 102 | 20 | 60 | 76 | 70 |
| Binary | 11010101 | 10111001 | 1001001 | 0 | 1101 | 1000010 | 10000 | 110000 | 111110 | 111000 |
Color Harmonies of #D5B949
Complementary color
Monochromatic Colors of #D5B949
Black with #D5B949
Text Example
Text Example
White with #D5B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B949; }
p { color: rgb(213,185,73); }
H1.HeaderClassName
{
color: #D5B949;
}
.AnyTagClassName
{
color: #D5B949;
}
</style>
background-color css
<style>
a { background-color: #D5B949; }
a { background-color: rgb(213,185,73); }
div.DivClassName
{
background-color: #D5B949;
}
.BgClassName
{
background-color: #D5B949;
}
</style>
border-color css
<style>
span { border-color: #D5B949; }
span { border-color: rgb(213,185,73); }
td.TdClassName
{
border-color: #D5B949;
}
.TagClassName
{
border-color: #D5B949;
}
</style>