Shades of Old Gold #D1BC45
Tints of Old Gold #D1BC45
RGB
CMYK
RGB Variations
Color information
#D1BC45 (or 0xD1BC45) is known color: Old Gold. HEX triplet: D1, BC and 45. RGB value is (209,188,69). Sum of RGB (Red+Green+Blue) = 209+188+69=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC45 is #2E43BA. Grayscale: #B5B5B5. Windows color (decimal): -3031995 or 4570321. OLE color: 4570321.
HSL color Cylindrical-coordinate representation of color #D1BC45: hue angle of 51º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1BC45 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 69 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.18 |
| HSL | 51º | 0.6% | 0.55% | - |
| HSV(B) | 51º | 0.67% | 0.82% | - |
| XYZ | 45.35 | 49.95 | 12.88 | - |
| YUV | 180.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 69 | 0 | 0.10 | 0.67 | 0.18 | 51 | 0.6 | 0.55 |
| Hex | D1 | BC | 45 | 0 | A | 43 | 12 | 33 | 3C | 37 |
| Octal | 321 | 274 | 105 | 0 | 12 | 103 | 22 | 63 | 74 | 67 |
| Binary | 11010001 | 10111100 | 1000101 | 0 | 1010 | 1000011 | 10010 | 110011 | 111100 | 110111 |
Color Harmonies of #D1BC45
Complementary color
Monochromatic Colors of #D1BC45
Black with #D1BC45
Text Example
Text Example
White with #D1BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC45; }
p { color: rgb(209,188,69); }
H1.HeaderClassName
{
color: #D1BC45;
}
.AnyTagClassName
{
color: #D1BC45;
}
</style>
background-color css
<style>
a { background-color: #D1BC45; }
a { background-color: rgb(209,188,69); }
div.DivClassName
{
background-color: #D1BC45;
}
.BgClassName
{
background-color: #D1BC45;
}
</style>
border-color css
<style>
span { border-color: #D1BC45; }
span { border-color: rgb(209,188,69); }
td.TdClassName
{
border-color: #D1BC45;
}
.TagClassName
{
border-color: #D1BC45;
}
</style>