Shades of Old Gold #D6BC3D
Tints of Old Gold #D6BC3D
RGB
CMYK
RGB Variations
Color information
#D6BC3D (or 0xD6BC3D) is known color: Old Gold. HEX triplet: D6, BC and 3D. RGB value is (214,188,61). Sum of RGB (Red+Green+Blue) = 214+188+61=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC3D is #2943C2. Grayscale: #B5B5B5. Windows color (decimal): -2704323 or 4046038. OLE color: 4046038.
HSL color Cylindrical-coordinate representation of color #D6BC3D: hue angle of 49.8º degrees, saturation: 0.65, 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 #D6BC3D is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 61 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.16 |
| HSL | 49.8º | 0.65% | 0.54% | - |
| HSV(B) | 49.8º | 0.71% | 0.84% | - |
| XYZ | 46.56 | 50.6 | 11.73 | - |
| YUV | 181.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 61 | 0 | 0.12 | 0.71 | 0.16 | 49.8 | 0.65 | 0.54 |
| Hex | D6 | BC | 3D | 0 | C | 47 | 10 | 32 | 41 | 36 |
| Octal | 326 | 274 | 75 | 0 | 14 | 107 | 20 | 62 | 101 | 66 |
| Binary | 11010110 | 10111100 | 111101 | 0 | 1100 | 1000111 | 10000 | 110010 | 1000001 | 110110 |
Color Harmonies of #D6BC3D
Complementary color
Monochromatic Colors of #D6BC3D
Black with #D6BC3D
Text Example
Text Example
White with #D6BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC3D; }
p { color: rgb(214,188,61); }
H1.HeaderClassName
{
color: #D6BC3D;
}
.AnyTagClassName
{
color: #D6BC3D;
}
</style>
background-color css
<style>
a { background-color: #D6BC3D; }
a { background-color: rgb(214,188,61); }
div.DivClassName
{
background-color: #D6BC3D;
}
.BgClassName
{
background-color: #D6BC3D;
}
</style>
border-color css
<style>
span { border-color: #D6BC3D; }
span { border-color: rgb(214,188,61); }
td.TdClassName
{
border-color: #D6BC3D;
}
.TagClassName
{
border-color: #D6BC3D;
}
</style>