Shades of Old Gold #D6BC3C
Tints of Old Gold #D6BC3C
RGB
CMYK
RGB Variations
Color information
#D6BC3C (or 0xD6BC3C) is known color: Old Gold. HEX triplet: D6, BC and 3C. RGB value is (214,188,60). Sum of RGB (Red+Green+Blue) = 214+188+60=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC3C is #2943C3. Grayscale: #B5B5B5. Windows color (decimal): -2704324 or 3980502. OLE color: 3980502.
HSL color Cylindrical-coordinate representation of color #D6BC3C: hue angle of 49.87º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6BC3C is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 60 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.16 |
| HSL | 49.87º | 0.65% | 0.54% | - |
| HSV(B) | 49.87º | 0.72% | 0.84% | - |
| XYZ | 46.53 | 50.59 | 11.59 | - |
| YUV | 181.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 60 | 0 | 0.12 | 0.72 | 0.16 | 49.87 | 0.65 | 0.54 |
| Hex | D6 | BC | 3C | 0 | C | 48 | 10 | 32 | 41 | 36 |
| Octal | 326 | 274 | 74 | 0 | 14 | 110 | 20 | 62 | 101 | 66 |
| Binary | 11010110 | 10111100 | 111100 | 0 | 1100 | 1001000 | 10000 | 110010 | 1000001 | 110110 |
Color Harmonies of #D6BC3C
Complementary color
Monochromatic Colors of #D6BC3C
Black with #D6BC3C
Text Example
Text Example
White with #D6BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC3C; }
p { color: rgb(214,188,60); }
H1.HeaderClassName
{
color: #D6BC3C;
}
.AnyTagClassName
{
color: #D6BC3C;
}
</style>
background-color css
<style>
a { background-color: #D6BC3C; }
a { background-color: rgb(214,188,60); }
div.DivClassName
{
background-color: #D6BC3C;
}
.BgClassName
{
background-color: #D6BC3C;
}
</style>
border-color css
<style>
span { border-color: #D6BC3C; }
span { border-color: rgb(214,188,60); }
td.TdClassName
{
border-color: #D6BC3C;
}
.TagClassName
{
border-color: #D6BC3C;
}
</style>