Shades of Old Gold #D7BC40
Tints of Old Gold #D7BC40
RGB
CMYK
RGB Variations
Color information
#D7BC40 (or 0xD7BC40) is known color: Old Gold. HEX triplet: D7, BC and 40. RGB value is (215,188,64). Sum of RGB (Red+Green+Blue) = 215+188+64=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BC40 is #2843BF. Grayscale: #B6B6B6. Windows color (decimal): -2638784 or 4242647. OLE color: 4242647.
HSL color Cylindrical-coordinate representation of color #D7BC40: hue angle of 49.27º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7BC40 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 64 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.16 |
| HSL | 49.27º | 0.65% | 0.55% | - |
| HSV(B) | 49.27º | 0.7% | 0.84% | - |
| XYZ | 46.93 | 50.78 | 12.18 | - |
| YUV | 181.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 64 | 0 | 0.13 | 0.70 | 0.16 | 49.27 | 0.65 | 0.55 |
| Hex | D7 | BC | 40 | 0 | D | 46 | 10 | 31 | 41 | 37 |
| Octal | 327 | 274 | 100 | 0 | 15 | 106 | 20 | 61 | 101 | 67 |
| Binary | 11010111 | 10111100 | 1000000 | 0 | 1101 | 1000110 | 10000 | 110001 | 1000001 | 110111 |
Color Harmonies of #D7BC40
Complementary color
Monochromatic Colors of #D7BC40
Black with #D7BC40
Text Example
Text Example
White with #D7BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC40; }
p { color: rgb(215,188,64); }
H1.HeaderClassName
{
color: #D7BC40;
}
.AnyTagClassName
{
color: #D7BC40;
}
</style>
background-color css
<style>
a { background-color: #D7BC40; }
a { background-color: rgb(215,188,64); }
div.DivClassName
{
background-color: #D7BC40;
}
.BgClassName
{
background-color: #D7BC40;
}
</style>
border-color css
<style>
span { border-color: #D7BC40; }
span { border-color: rgb(215,188,64); }
td.TdClassName
{
border-color: #D7BC40;
}
.TagClassName
{
border-color: #D7BC40;
}
</style>