Shades of Old Gold #D4BC47
Tints of Old Gold #D4BC47
RGB
CMYK
RGB Variations
Color information
#D4BC47 (or 0xD4BC47) is known color: Old Gold. HEX triplet: D4, BC and 47. RGB value is (212,188,71). Sum of RGB (Red+Green+Blue) = 212+188+71=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BC47 is #2B43B8. Grayscale: #B6B6B6. Windows color (decimal): -2835385 or 4701396. OLE color: 4701396.
HSL color Cylindrical-coordinate representation of color #D4BC47: hue angle of 49.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4BC47 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 71 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.17 |
| HSL | 49.79º | 0.62% | 0.55% | - |
| HSV(B) | 49.79º | 0.67% | 0.83% | - |
| XYZ | 46.27 | 50.42 | 13.25 | - |
| YUV | 181.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 71 | 0 | 0.11 | 0.67 | 0.17 | 49.79 | 0.62 | 0.55 |
| Hex | D4 | BC | 47 | 0 | B | 43 | 11 | 32 | 3E | 37 |
| Octal | 324 | 274 | 107 | 0 | 13 | 103 | 21 | 62 | 76 | 67 |
| Binary | 11010100 | 10111100 | 1000111 | 0 | 1011 | 1000011 | 10001 | 110010 | 111110 | 110111 |
Color Harmonies of #D4BC47
Complementary color
Monochromatic Colors of #D4BC47
Black with #D4BC47
Text Example
Text Example
White with #D4BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC47; }
p { color: rgb(212,188,71); }
H1.HeaderClassName
{
color: #D4BC47;
}
.AnyTagClassName
{
color: #D4BC47;
}
</style>
background-color css
<style>
a { background-color: #D4BC47; }
a { background-color: rgb(212,188,71); }
div.DivClassName
{
background-color: #D4BC47;
}
.BgClassName
{
background-color: #D4BC47;
}
</style>
border-color css
<style>
span { border-color: #D4BC47; }
span { border-color: rgb(212,188,71); }
td.TdClassName
{
border-color: #D4BC47;
}
.TagClassName
{
border-color: #D4BC47;
}
</style>