Shades of Old Gold #D3BC3E
Tints of Old Gold #D3BC3E
RGB
CMYK
RGB Variations
Color information
#D3BC3E (or 0xD3BC3E) is known color: Old Gold. HEX triplet: D3, BC and 3E. RGB value is (211,188,62). Sum of RGB (Red+Green+Blue) = 211+188+62=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BC3E is #2C43C1. Grayscale: #B5B5B5. Windows color (decimal): -2900930 or 4111571. OLE color: 4111571.
HSL color Cylindrical-coordinate representation of color #D3BC3E: hue angle of 50.74º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3BC3E is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 62 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.17 |
| HSL | 50.74º | 0.63% | 0.54% | - |
| HSV(B) | 50.74º | 0.71% | 0.83% | - |
| XYZ | 45.72 | 50.16 | 11.83 | - |
| YUV | 180.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 62 | 0 | 0.11 | 0.71 | 0.17 | 50.74 | 0.63 | 0.54 |
| Hex | D3 | BC | 3E | 0 | B | 47 | 11 | 33 | 3F | 36 |
| Octal | 323 | 274 | 76 | 0 | 13 | 107 | 21 | 63 | 77 | 66 |
| Binary | 11010011 | 10111100 | 111110 | 0 | 1011 | 1000111 | 10001 | 110011 | 111111 | 110110 |
Color Harmonies of #D3BC3E
Complementary color
Monochromatic Colors of #D3BC3E
Black with #D3BC3E
Text Example
Text Example
White with #D3BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC3E; }
p { color: rgb(211,188,62); }
H1.HeaderClassName
{
color: #D3BC3E;
}
.AnyTagClassName
{
color: #D3BC3E;
}
</style>
background-color css
<style>
a { background-color: #D3BC3E; }
a { background-color: rgb(211,188,62); }
div.DivClassName
{
background-color: #D3BC3E;
}
.BgClassName
{
background-color: #D3BC3E;
}
</style>
border-color css
<style>
span { border-color: #D3BC3E; }
span { border-color: rgb(211,188,62); }
td.TdClassName
{
border-color: #D3BC3E;
}
.TagClassName
{
border-color: #D3BC3E;
}
</style>