Shades of Old Gold #D6BC2C
Tints of Old Gold #D6BC2C
RGB
CMYK
RGB Variations
Color information
#D6BC2C (or 0xD6BC2C) is known color: Old Gold. HEX triplet: D6, BC and 2C. RGB value is (214,188,44). Sum of RGB (Red+Green+Blue) = 214+188+44=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC2C is #2943D3. Grayscale: #B3B3B3. Windows color (decimal): -2704340 or 2931926. OLE color: 2931926.
HSL color Cylindrical-coordinate representation of color #D6BC2C: hue angle of 50.82º degrees, saturation: 0.67, 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 #D6BC2C is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 44 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.16 |
| HSL | 50.82º | 0.67% | 0.51% | - |
| HSV(B) | 50.82º | 0.79% | 0.84% | - |
| XYZ | 46.17 | 50.44 | 9.69 | - |
| YUV | 179.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 44 | 0 | 0.12 | 0.79 | 0.16 | 50.82 | 0.67 | 0.51 |
| Hex | D6 | BC | 2C | 0 | C | 4F | 10 | 33 | 43 | 33 |
| Octal | 326 | 274 | 54 | 0 | 14 | 117 | 20 | 63 | 103 | 63 |
| Binary | 11010110 | 10111100 | 101100 | 0 | 1100 | 1001111 | 10000 | 110011 | 1000011 | 110011 |
Color Harmonies of #D6BC2C
Complementary color
Monochromatic Colors of #D6BC2C
Black with #D6BC2C
Text Example
Text Example
White with #D6BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC2C; }
p { color: rgb(214,188,44); }
H1.HeaderClassName
{
color: #D6BC2C;
}
.AnyTagClassName
{
color: #D6BC2C;
}
</style>
background-color css
<style>
a { background-color: #D6BC2C; }
a { background-color: rgb(214,188,44); }
div.DivClassName
{
background-color: #D6BC2C;
}
.BgClassName
{
background-color: #D6BC2C;
}
</style>
border-color css
<style>
span { border-color: #D6BC2C; }
span { border-color: rgb(214,188,44); }
td.TdClassName
{
border-color: #D6BC2C;
}
.TagClassName
{
border-color: #D6BC2C;
}
</style>