Shades of Old Gold #D2BA2F
Tints of Old Gold #D2BA2F
RGB
CMYK
RGB Variations
Color information
#D2BA2F (or 0xD2BA2F) is known color: Old Gold. HEX triplet: D2, BA and 2F. RGB value is (210,186,47). Sum of RGB (Red+Green+Blue) = 210+186+47=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA2F is #2D45D0. Grayscale: #B1B1B1. Windows color (decimal): -2966993 or 3128018. OLE color: 3128018.
HSL color Cylindrical-coordinate representation of color #D2BA2F: hue angle of 51.17º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2BA2F is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 47 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.18 |
| HSL | 51.17º | 0.64% | 0.5% | - |
| HSV(B) | 51.17º | 0.78% | 0.82% | - |
| XYZ | 44.65 | 49.02 | 9.8 | - |
| YUV | 177.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 47 | 0 | 0.11 | 0.78 | 0.18 | 51.17 | 0.64 | 0.5 |
| Hex | D2 | BA | 2F | 0 | B | 4E | 12 | 33 | 40 | 32 |
| Octal | 322 | 272 | 57 | 0 | 13 | 116 | 22 | 63 | 100 | 62 |
| Binary | 11010010 | 10111010 | 101111 | 0 | 1011 | 1001110 | 10010 | 110011 | 1000000 | 110010 |
Color Harmonies of #D2BA2F
Complementary color
Monochromatic Colors of #D2BA2F
Black with #D2BA2F
Text Example
Text Example
White with #D2BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA2F; }
p { color: rgb(210,186,47); }
H1.HeaderClassName
{
color: #D2BA2F;
}
.AnyTagClassName
{
color: #D2BA2F;
}
</style>
background-color css
<style>
a { background-color: #D2BA2F; }
a { background-color: rgb(210,186,47); }
div.DivClassName
{
background-color: #D2BA2F;
}
.BgClassName
{
background-color: #D2BA2F;
}
</style>
border-color css
<style>
span { border-color: #D2BA2F; }
span { border-color: rgb(210,186,47); }
td.TdClassName
{
border-color: #D2BA2F;
}
.TagClassName
{
border-color: #D2BA2F;
}
</style>