Shades of Old Gold #D5BA46
Tints of Old Gold #D5BA46
RGB
CMYK
RGB Variations
Color information
#D5BA46 (or 0xD5BA46) is known color: Old Gold. HEX triplet: D5, BA and 46. RGB value is (213,186,70). Sum of RGB (Red+Green+Blue) = 213+186+70=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA46 is #2A45B9. Grayscale: #B5B5B5. Windows color (decimal): -2770362 or 4635349. OLE color: 4635349.
HSL color Cylindrical-coordinate representation of color #D5BA46: hue angle of 48.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5BA46 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 70 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.16 |
| HSL | 48.67º | 0.63% | 0.55% | - |
| HSV(B) | 48.67º | 0.67% | 0.84% | - |
| XYZ | 46.1 | 49.71 | 12.96 | - |
| YUV | 180.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 70 | 0 | 0.13 | 0.67 | 0.16 | 48.67 | 0.63 | 0.55 |
| Hex | D5 | BA | 46 | 0 | D | 43 | 10 | 31 | 3F | 37 |
| Octal | 325 | 272 | 106 | 0 | 15 | 103 | 20 | 61 | 77 | 67 |
| Binary | 11010101 | 10111010 | 1000110 | 0 | 1101 | 1000011 | 10000 | 110001 | 111111 | 110111 |
Color Harmonies of #D5BA46
Complementary color
Monochromatic Colors of #D5BA46
Black with #D5BA46
Text Example
Text Example
White with #D5BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA46; }
p { color: rgb(213,186,70); }
H1.HeaderClassName
{
color: #D5BA46;
}
.AnyTagClassName
{
color: #D5BA46;
}
</style>
background-color css
<style>
a { background-color: #D5BA46; }
a { background-color: rgb(213,186,70); }
div.DivClassName
{
background-color: #D5BA46;
}
.BgClassName
{
background-color: #D5BA46;
}
</style>
border-color css
<style>
span { border-color: #D5BA46; }
span { border-color: rgb(213,186,70); }
td.TdClassName
{
border-color: #D5BA46;
}
.TagClassName
{
border-color: #D5BA46;
}
</style>