Shades of Old Gold #D3BC3D
Tints of Old Gold #D3BC3D
RGB
CMYK
RGB Variations
Color information
#D3BC3D (or 0xD3BC3D) is known color: Old Gold. HEX triplet: D3, BC and 3D. RGB value is (211,188,61). Sum of RGB (Red+Green+Blue) = 211+188+61=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BC3D is #2C43C2. Grayscale: #B4B4B4. Windows color (decimal): -2900931 or 4046035. OLE color: 4046035.
HSL color Cylindrical-coordinate representation of color #D3BC3D: hue angle of 50.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3BC3D is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 61 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.17 |
| HSL | 50.8º | 0.63% | 0.53% | - |
| HSV(B) | 50.8º | 0.71% | 0.83% | - |
| XYZ | 45.69 | 50.15 | 11.69 | - |
| YUV | 180.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 61 | 0 | 0.11 | 0.71 | 0.17 | 50.8 | 0.63 | 0.53 |
| Hex | D3 | BC | 3D | 0 | B | 47 | 11 | 33 | 3F | 35 |
| Octal | 323 | 274 | 75 | 0 | 13 | 107 | 21 | 63 | 77 | 65 |
| Binary | 11010011 | 10111100 | 111101 | 0 | 1011 | 1000111 | 10001 | 110011 | 111111 | 110101 |
Color Harmonies of #D3BC3D
Complementary color
Monochromatic Colors of #D3BC3D
Black with #D3BC3D
Text Example
Text Example
White with #D3BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC3D; }
p { color: rgb(211,188,61); }
H1.HeaderClassName
{
color: #D3BC3D;
}
.AnyTagClassName
{
color: #D3BC3D;
}
</style>
background-color css
<style>
a { background-color: #D3BC3D; }
a { background-color: rgb(211,188,61); }
div.DivClassName
{
background-color: #D3BC3D;
}
.BgClassName
{
background-color: #D3BC3D;
}
</style>
border-color css
<style>
span { border-color: #D3BC3D; }
span { border-color: rgb(211,188,61); }
td.TdClassName
{
border-color: #D3BC3D;
}
.TagClassName
{
border-color: #D3BC3D;
}
</style>