Shades of Old Gold #D4BC2E
Tints of Old Gold #D4BC2E
RGB
CMYK
RGB Variations
Color information
#D4BC2E (or 0xD4BC2E) is known color: Old Gold. HEX triplet: D4, BC and 2E. RGB value is (212,188,46). Sum of RGB (Red+Green+Blue) = 212+188+46=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BC2E is #2B43D1. Grayscale: #B3B3B3. Windows color (decimal): -2835410 or 3062996. OLE color: 3062996.
HSL color Cylindrical-coordinate representation of color #D4BC2E: hue angle of 51.33º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4BC2E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 46 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.17 |
| HSL | 51.33º | 0.66% | 0.51% | - |
| HSV(B) | 51.33º | 0.78% | 0.83% | - |
| XYZ | 45.63 | 50.16 | 9.86 | - |
| YUV | 178.99 | 52.95 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 46 | 0 | 0.11 | 0.78 | 0.17 | 51.33 | 0.66 | 0.51 |
| Hex | D4 | BC | 2E | 0 | B | 4E | 11 | 33 | 42 | 33 |
| Octal | 324 | 274 | 56 | 0 | 13 | 116 | 21 | 63 | 102 | 63 |
| Binary | 11010100 | 10111100 | 101110 | 0 | 1011 | 1001110 | 10001 | 110011 | 1000010 | 110011 |
Color Harmonies of #D4BC2E
Complementary color
Monochromatic Colors of #D4BC2E
Black with #D4BC2E
Text Example
Text Example
White with #D4BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC2E; }
p { color: rgb(212,188,46); }
H1.HeaderClassName
{
color: #D4BC2E;
}
.AnyTagClassName
{
color: #D4BC2E;
}
</style>
background-color css
<style>
a { background-color: #D4BC2E; }
a { background-color: rgb(212,188,46); }
div.DivClassName
{
background-color: #D4BC2E;
}
.BgClassName
{
background-color: #D4BC2E;
}
</style>
border-color css
<style>
span { border-color: #D4BC2E; }
span { border-color: rgb(212,188,46); }
td.TdClassName
{
border-color: #D4BC2E;
}
.TagClassName
{
border-color: #D4BC2E;
}
</style>