Shades of Old Gold #D7BC2D
Tints of Old Gold #D7BC2D
RGB
CMYK
RGB Variations
Color information
#D7BC2D (or 0xD7BC2D) is known color: Old Gold. HEX triplet: D7, BC and 2D. RGB value is (215,188,45). Sum of RGB (Red+Green+Blue) = 215+188+45=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BC2D is #2843D2. Grayscale: #B4B4B4. Windows color (decimal): -2638803 or 2997463. OLE color: 2997463.
HSL color Cylindrical-coordinate representation of color #D7BC2D: hue angle of 50.47º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7BC2D is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 45 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.16 |
| HSL | 50.47º | 0.68% | 0.51% | - |
| HSV(B) | 50.47º | 0.79% | 0.84% | - |
| XYZ | 46.48 | 50.6 | 9.8 | - |
| YUV | 179.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 45 | 0 | 0.13 | 0.79 | 0.16 | 50.47 | 0.68 | 0.51 |
| Hex | D7 | BC | 2D | 0 | D | 4F | 10 | 32 | 44 | 33 |
| Octal | 327 | 274 | 55 | 0 | 15 | 117 | 20 | 62 | 104 | 63 |
| Binary | 11010111 | 10111100 | 101101 | 0 | 1101 | 1001111 | 10000 | 110010 | 1000100 | 110011 |
Color Harmonies of #D7BC2D
Complementary color
Monochromatic Colors of #D7BC2D
Black with #D7BC2D
Text Example
Text Example
White with #D7BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC2D; }
p { color: rgb(215,188,45); }
H1.HeaderClassName
{
color: #D7BC2D;
}
.AnyTagClassName
{
color: #D7BC2D;
}
</style>
background-color css
<style>
a { background-color: #D7BC2D; }
a { background-color: rgb(215,188,45); }
div.DivClassName
{
background-color: #D7BC2D;
}
.BgClassName
{
background-color: #D7BC2D;
}
</style>
border-color css
<style>
span { border-color: #D7BC2D; }
span { border-color: rgb(215,188,45); }
td.TdClassName
{
border-color: #D7BC2D;
}
.TagClassName
{
border-color: #D7BC2D;
}
</style>