Shades of Old Gold #D3BC3F
Tints of Old Gold #D3BC3F
RGB
CMYK
RGB Variations
Color information
#D3BC3F (or 0xD3BC3F) is known color: Old Gold. HEX triplet: D3, BC and 3F. RGB value is (211,188,63). Sum of RGB (Red+Green+Blue) = 211+188+63=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BC3F is #2C43C0. Grayscale: #B5B5B5. Windows color (decimal): -2900929 or 4177107. OLE color: 4177107.
HSL color Cylindrical-coordinate representation of color #D3BC3F: hue angle of 50.68º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3BC3F is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 63 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.17 |
| HSL | 50.68º | 0.63% | 0.54% | - |
| HSV(B) | 50.68º | 0.7% | 0.83% | - |
| XYZ | 45.74 | 50.17 | 11.98 | - |
| YUV | 180.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 63 | 0 | 0.11 | 0.70 | 0.17 | 50.68 | 0.63 | 0.54 |
| Hex | D3 | BC | 3F | 0 | B | 46 | 11 | 33 | 3F | 36 |
| Octal | 323 | 274 | 77 | 0 | 13 | 106 | 21 | 63 | 77 | 66 |
| Binary | 11010011 | 10111100 | 111111 | 0 | 1011 | 1000110 | 10001 | 110011 | 111111 | 110110 |
Color Harmonies of #D3BC3F
Complementary color
Monochromatic Colors of #D3BC3F
Black with #D3BC3F
Text Example
Text Example
White with #D3BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC3F; }
p { color: rgb(211,188,63); }
H1.HeaderClassName
{
color: #D3BC3F;
}
.AnyTagClassName
{
color: #D3BC3F;
}
</style>
background-color css
<style>
a { background-color: #D3BC3F; }
a { background-color: rgb(211,188,63); }
div.DivClassName
{
background-color: #D3BC3F;
}
.BgClassName
{
background-color: #D3BC3F;
}
</style>
border-color css
<style>
span { border-color: #D3BC3F; }
span { border-color: rgb(211,188,63); }
td.TdClassName
{
border-color: #D3BC3F;
}
.TagClassName
{
border-color: #D3BC3F;
}
</style>