Shades of Old Gold #D7BC3E
Tints of Old Gold #D7BC3E
RGB
CMYK
RGB Variations
Color information
#D7BC3E (or 0xD7BC3E) is known color: Old Gold. HEX triplet: D7, BC and 3E. RGB value is (215,188,62). Sum of RGB (Red+Green+Blue) = 215+188+62=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BC3E is #2843C1. Grayscale: #B6B6B6. Windows color (decimal): -2638786 or 4111575. OLE color: 4111575.
HSL color Cylindrical-coordinate representation of color #D7BC3E: hue angle of 49.41º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7BC3E is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 62 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.16 |
| HSL | 49.41º | 0.66% | 0.54% | - |
| HSV(B) | 49.41º | 0.71% | 0.84% | - |
| XYZ | 46.88 | 50.76 | 11.88 | - |
| YUV | 181.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 62 | 0 | 0.13 | 0.71 | 0.16 | 49.41 | 0.66 | 0.54 |
| Hex | D7 | BC | 3E | 0 | D | 47 | 10 | 31 | 42 | 36 |
| Octal | 327 | 274 | 76 | 0 | 15 | 107 | 20 | 61 | 102 | 66 |
| Binary | 11010111 | 10111100 | 111110 | 0 | 1101 | 1000111 | 10000 | 110001 | 1000010 | 110110 |
Color Harmonies of #D7BC3E
Complementary color
Monochromatic Colors of #D7BC3E
Black with #D7BC3E
Text Example
Text Example
White with #D7BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC3E; }
p { color: rgb(215,188,62); }
H1.HeaderClassName
{
color: #D7BC3E;
}
.AnyTagClassName
{
color: #D7BC3E;
}
</style>
background-color css
<style>
a { background-color: #D7BC3E; }
a { background-color: rgb(215,188,62); }
div.DivClassName
{
background-color: #D7BC3E;
}
.BgClassName
{
background-color: #D7BC3E;
}
</style>
border-color css
<style>
span { border-color: #D7BC3E; }
span { border-color: rgb(215,188,62); }
td.TdClassName
{
border-color: #D7BC3E;
}
.TagClassName
{
border-color: #D7BC3E;
}
</style>