Shades of Old Gold #D1BC2D
Tints of Old Gold #D1BC2D
RGB
CMYK
RGB Variations
Color information
#D1BC2D (or 0xD1BC2D) is known color: Old Gold. HEX triplet: D1, BC and 2D. RGB value is (209,188,45). Sum of RGB (Red+Green+Blue) = 209+188+45=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC2D is #2E43D2. Grayscale: #B2B2B2. Windows color (decimal): -3032019 or 2997457. OLE color: 2997457.
HSL color Cylindrical-coordinate representation of color #D1BC2D: hue angle of 52.32º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1BC2D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 45 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.18 |
| HSL | 52.32º | 0.65% | 0.5% | - |
| HSV(B) | 52.32º | 0.78% | 0.82% | - |
| XYZ | 44.75 | 49.71 | 9.72 | - |
| YUV | 177.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 45 | 0 | 0.10 | 0.78 | 0.18 | 52.32 | 0.65 | 0.5 |
| Hex | D1 | BC | 2D | 0 | A | 4E | 12 | 34 | 41 | 32 |
| Octal | 321 | 274 | 55 | 0 | 12 | 116 | 22 | 64 | 101 | 62 |
| Binary | 11010001 | 10111100 | 101101 | 0 | 1010 | 1001110 | 10010 | 110100 | 1000001 | 110010 |
Color Harmonies of #D1BC2D
Complementary color
Monochromatic Colors of #D1BC2D
Black with #D1BC2D
Text Example
Text Example
White with #D1BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC2D; }
p { color: rgb(209,188,45); }
H1.HeaderClassName
{
color: #D1BC2D;
}
.AnyTagClassName
{
color: #D1BC2D;
}
</style>
background-color css
<style>
a { background-color: #D1BC2D; }
a { background-color: rgb(209,188,45); }
div.DivClassName
{
background-color: #D1BC2D;
}
.BgClassName
{
background-color: #D1BC2D;
}
</style>
border-color css
<style>
span { border-color: #D1BC2D; }
span { border-color: rgb(209,188,45); }
td.TdClassName
{
border-color: #D1BC2D;
}
.TagClassName
{
border-color: #D1BC2D;
}
</style>