Shades of Old Gold #D5BA2F
Tints of Old Gold #D5BA2F
RGB
CMYK
RGB Variations
Color information
#D5BA2F (or 0xD5BA2F) is known color: Old Gold. HEX triplet: D5, BA and 2F. RGB value is (213,186,47). Sum of RGB (Red+Green+Blue) = 213+186+47=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA2F is #2A45D0. Grayscale: #B2B2B2. Windows color (decimal): -2770385 or 3128021. OLE color: 3128021.
HSL color Cylindrical-coordinate representation of color #D5BA2F: hue angle of 50.24º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5BA2F is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 47 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.16 |
| HSL | 50.24º | 0.66% | 0.51% | - |
| HSV(B) | 50.24º | 0.78% | 0.84% | - |
| XYZ | 45.51 | 49.47 | 9.84 | - |
| YUV | 178.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 47 | 0 | 0.13 | 0.78 | 0.16 | 50.24 | 0.66 | 0.51 |
| Hex | D5 | BA | 2F | 0 | D | 4E | 10 | 32 | 42 | 33 |
| Octal | 325 | 272 | 57 | 0 | 15 | 116 | 20 | 62 | 102 | 63 |
| Binary | 11010101 | 10111010 | 101111 | 0 | 1101 | 1001110 | 10000 | 110010 | 1000010 | 110011 |
Color Harmonies of #D5BA2F
Complementary color
Monochromatic Colors of #D5BA2F
Black with #D5BA2F
Text Example
Text Example
White with #D5BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA2F; }
p { color: rgb(213,186,47); }
H1.HeaderClassName
{
color: #D5BA2F;
}
.AnyTagClassName
{
color: #D5BA2F;
}
</style>
background-color css
<style>
a { background-color: #D5BA2F; }
a { background-color: rgb(213,186,47); }
div.DivClassName
{
background-color: #D5BA2F;
}
.BgClassName
{
background-color: #D5BA2F;
}
</style>
border-color css
<style>
span { border-color: #D5BA2F; }
span { border-color: rgb(213,186,47); }
td.TdClassName
{
border-color: #D5BA2F;
}
.TagClassName
{
border-color: #D5BA2F;
}
</style>