Shades of Old Gold #D4BC45
Tints of Old Gold #D4BC45
RGB
CMYK
RGB Variations
Color information
#D4BC45 (or 0xD4BC45) is known color: Old Gold. HEX triplet: D4, BC and 45. RGB value is (212,188,69). Sum of RGB (Red+Green+Blue) = 212+188+69=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BC45 is #2B43BA. Grayscale: #B6B6B6. Windows color (decimal): -2835387 or 4570324. OLE color: 4570324.
HSL color Cylindrical-coordinate representation of color #D4BC45: hue angle of 49.93º 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 #D4BC45 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 69 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.17 |
| HSL | 49.93º | 0.62% | 0.55% | - |
| HSV(B) | 49.93º | 0.67% | 0.83% | - |
| XYZ | 46.21 | 50.39 | 12.92 | - |
| YUV | 181.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 69 | 0 | 0.11 | 0.67 | 0.17 | 49.93 | 0.62 | 0.55 |
| Hex | D4 | BC | 45 | 0 | B | 43 | 11 | 32 | 3E | 37 |
| Octal | 324 | 274 | 105 | 0 | 13 | 103 | 21 | 62 | 76 | 67 |
| Binary | 11010100 | 10111100 | 1000101 | 0 | 1011 | 1000011 | 10001 | 110010 | 111110 | 110111 |
Color Harmonies of #D4BC45
Complementary color
Monochromatic Colors of #D4BC45
Black with #D4BC45
Text Example
Text Example
White with #D4BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC45; }
p { color: rgb(212,188,69); }
H1.HeaderClassName
{
color: #D4BC45;
}
.AnyTagClassName
{
color: #D4BC45;
}
</style>
background-color css
<style>
a { background-color: #D4BC45; }
a { background-color: rgb(212,188,69); }
div.DivClassName
{
background-color: #D4BC45;
}
.BgClassName
{
background-color: #D4BC45;
}
</style>
border-color css
<style>
span { border-color: #D4BC45; }
span { border-color: rgb(212,188,69); }
td.TdClassName
{
border-color: #D4BC45;
}
.TagClassName
{
border-color: #D4BC45;
}
</style>