Shades of Old Gold #D5BB49
Tints of Old Gold #D5BB49
RGB
CMYK
RGB Variations
Color information
#D5BB49 (or 0xD5BB49) is known color: Old Gold. HEX triplet: D5, BB and 49. RGB value is (213,187,73). Sum of RGB (Red+Green+Blue) = 213+187+73=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB49 is #2A44B6. Grayscale: #B6B6B6. Windows color (decimal): -2770103 or 4832213. OLE color: 4832213.
HSL color Cylindrical-coordinate representation of color #D5BB49: hue angle of 48.86º 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 #D5BB49 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 73 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.16 |
| HSL | 48.86º | 0.63% | 0.56% | - |
| HSV(B) | 48.86º | 0.66% | 0.84% | - |
| XYZ | 46.41 | 50.17 | 13.54 | - |
| YUV | 181.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 73 | 0 | 0.12 | 0.66 | 0.16 | 48.86 | 0.63 | 0.56 |
| Hex | D5 | BB | 49 | 0 | C | 42 | 10 | 31 | 3E | 38 |
| Octal | 325 | 273 | 111 | 0 | 14 | 102 | 20 | 61 | 76 | 70 |
| Binary | 11010101 | 10111011 | 1001001 | 0 | 1100 | 1000010 | 10000 | 110001 | 111110 | 111000 |
Color Harmonies of #D5BB49
Complementary color
Monochromatic Colors of #D5BB49
Black with #D5BB49
Text Example
Text Example
White with #D5BB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB49; }
p { color: rgb(213,187,73); }
H1.HeaderClassName
{
color: #D5BB49;
}
.AnyTagClassName
{
color: #D5BB49;
}
</style>
background-color css
<style>
a { background-color: #D5BB49; }
a { background-color: rgb(213,187,73); }
div.DivClassName
{
background-color: #D5BB49;
}
.BgClassName
{
background-color: #D5BB49;
}
</style>
border-color css
<style>
span { border-color: #D5BB49; }
span { border-color: rgb(213,187,73); }
td.TdClassName
{
border-color: #D5BB49;
}
.TagClassName
{
border-color: #D5BB49;
}
</style>