Shades of Old Gold #D1BC3E
Tints of Old Gold #D1BC3E
RGB
CMYK
RGB Variations
Color information
#D1BC3E (or 0xD1BC3E) is known color: Old Gold. HEX triplet: D1, BC and 3E. RGB value is (209,188,62). Sum of RGB (Red+Green+Blue) = 209+188+62=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC3E is #2E43C1. Grayscale: #B4B4B4. Windows color (decimal): -3032002 or 4111569. OLE color: 4111569.
HSL color Cylindrical-coordinate representation of color #D1BC3E: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1BC3E is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 62 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.18 |
| HSL | 51.43º | 0.62% | 0.53% | - |
| HSV(B) | 51.43º | 0.7% | 0.82% | - |
| XYZ | 45.15 | 49.87 | 11.8 | - |
| YUV | 179.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 62 | 0 | 0.10 | 0.70 | 0.18 | 51.43 | 0.62 | 0.53 |
| Hex | D1 | BC | 3E | 0 | A | 46 | 12 | 33 | 3E | 35 |
| Octal | 321 | 274 | 76 | 0 | 12 | 106 | 22 | 63 | 76 | 65 |
| Binary | 11010001 | 10111100 | 111110 | 0 | 1010 | 1000110 | 10010 | 110011 | 111110 | 110101 |
Color Harmonies of #D1BC3E
Complementary color
Monochromatic Colors of #D1BC3E
Black with #D1BC3E
Text Example
Text Example
White with #D1BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC3E; }
p { color: rgb(209,188,62); }
H1.HeaderClassName
{
color: #D1BC3E;
}
.AnyTagClassName
{
color: #D1BC3E;
}
</style>
background-color css
<style>
a { background-color: #D1BC3E; }
a { background-color: rgb(209,188,62); }
div.DivClassName
{
background-color: #D1BC3E;
}
.BgClassName
{
background-color: #D1BC3E;
}
</style>
border-color css
<style>
span { border-color: #D1BC3E; }
span { border-color: rgb(209,188,62); }
td.TdClassName
{
border-color: #D1BC3E;
}
.TagClassName
{
border-color: #D1BC3E;
}
</style>