Shades of Old Gold #D6BC37
Tints of Old Gold #D6BC37
RGB
CMYK
RGB Variations
Color information
#D6BC37 (or 0xD6BC37) is known color: Old Gold. HEX triplet: D6, BC and 37. RGB value is (214,188,55). Sum of RGB (Red+Green+Blue) = 214+188+55=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC37 is #2943C8. Grayscale: #B5B5B5. Windows color (decimal): -2704329 or 3652822. OLE color: 3652822.
HSL color Cylindrical-coordinate representation of color #D6BC37: hue angle of 50.19º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6BC37 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 55 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.16 |
| HSL | 50.19º | 0.66% | 0.53% | - |
| HSV(B) | 50.19º | 0.74% | 0.84% | - |
| XYZ | 46.4 | 50.54 | 10.92 | - |
| YUV | 180.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 55 | 0 | 0.12 | 0.74 | 0.16 | 50.19 | 0.66 | 0.53 |
| Hex | D6 | BC | 37 | 0 | C | 4A | 10 | 32 | 42 | 35 |
| Octal | 326 | 274 | 67 | 0 | 14 | 112 | 20 | 62 | 102 | 65 |
| Binary | 11010110 | 10111100 | 110111 | 0 | 1100 | 1001010 | 10000 | 110010 | 1000010 | 110101 |
Color Harmonies of #D6BC37
Complementary color
Monochromatic Colors of #D6BC37
Black with #D6BC37
Text Example
Text Example
White with #D6BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC37; }
p { color: rgb(214,188,55); }
H1.HeaderClassName
{
color: #D6BC37;
}
.AnyTagClassName
{
color: #D6BC37;
}
</style>
background-color css
<style>
a { background-color: #D6BC37; }
a { background-color: rgb(214,188,55); }
div.DivClassName
{
background-color: #D6BC37;
}
.BgClassName
{
background-color: #D6BC37;
}
</style>
border-color css
<style>
span { border-color: #D6BC37; }
span { border-color: rgb(214,188,55); }
td.TdClassName
{
border-color: #D6BC37;
}
.TagClassName
{
border-color: #D6BC37;
}
</style>