Shades of Old Gold #D1BC3F
Tints of Old Gold #D1BC3F
RGB
CMYK
RGB Variations
Color information
#D1BC3F (or 0xD1BC3F) is known color: Old Gold. HEX triplet: D1, BC and 3F. RGB value is (209,188,63). Sum of RGB (Red+Green+Blue) = 209+188+63=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC3F is #2E43C0. Grayscale: #B4B4B4. Windows color (decimal): -3032001 or 4177105. OLE color: 4177105.
HSL color Cylindrical-coordinate representation of color #D1BC3F: hue angle of 51.37º degrees, saturation: 0.61, 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 #D1BC3F is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 63 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.18 |
| HSL | 51.37º | 0.61% | 0.53% | - |
| HSV(B) | 51.37º | 0.7% | 0.82% | - |
| XYZ | 45.17 | 49.88 | 11.95 | - |
| YUV | 180.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 63 | 0 | 0.10 | 0.70 | 0.18 | 51.37 | 0.61 | 0.53 |
| Hex | D1 | BC | 3F | 0 | A | 46 | 12 | 33 | 3D | 35 |
| Octal | 321 | 274 | 77 | 0 | 12 | 106 | 22 | 63 | 75 | 65 |
| Binary | 11010001 | 10111100 | 111111 | 0 | 1010 | 1000110 | 10010 | 110011 | 111101 | 110101 |
Color Harmonies of #D1BC3F
Complementary color
Monochromatic Colors of #D1BC3F
Black with #D1BC3F
Text Example
Text Example
White with #D1BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC3F; }
p { color: rgb(209,188,63); }
H1.HeaderClassName
{
color: #D1BC3F;
}
.AnyTagClassName
{
color: #D1BC3F;
}
</style>
background-color css
<style>
a { background-color: #D1BC3F; }
a { background-color: rgb(209,188,63); }
div.DivClassName
{
background-color: #D1BC3F;
}
.BgClassName
{
background-color: #D1BC3F;
}
</style>
border-color css
<style>
span { border-color: #D1BC3F; }
span { border-color: rgb(209,188,63); }
td.TdClassName
{
border-color: #D1BC3F;
}
.TagClassName
{
border-color: #D1BC3F;
}
</style>