Shades of Old Gold #D1BC3D
Tints of Old Gold #D1BC3D
RGB
CMYK
RGB Variations
Color information
#D1BC3D (or 0xD1BC3D) is known color: Old Gold. HEX triplet: D1, BC and 3D. RGB value is (209,188,61). Sum of RGB (Red+Green+Blue) = 209+188+61=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC3D is #2E43C2. Grayscale: #B4B4B4. Windows color (decimal): -3032003 or 4046033. OLE color: 4046033.
HSL color Cylindrical-coordinate representation of color #D1BC3D: hue angle of 51.49º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1BC3D is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 61 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.18 |
| HSL | 51.49º | 0.62% | 0.53% | - |
| HSV(B) | 51.49º | 0.71% | 0.82% | - |
| XYZ | 45.12 | 49.86 | 11.66 | - |
| YUV | 179.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 61 | 0 | 0.10 | 0.71 | 0.18 | 51.49 | 0.62 | 0.53 |
| Hex | D1 | BC | 3D | 0 | A | 47 | 12 | 33 | 3E | 35 |
| Octal | 321 | 274 | 75 | 0 | 12 | 107 | 22 | 63 | 76 | 65 |
| Binary | 11010001 | 10111100 | 111101 | 0 | 1010 | 1000111 | 10010 | 110011 | 111110 | 110101 |
Color Harmonies of #D1BC3D
Complementary color
Monochromatic Colors of #D1BC3D
Black with #D1BC3D
Text Example
Text Example
White with #D1BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC3D; }
p { color: rgb(209,188,61); }
H1.HeaderClassName
{
color: #D1BC3D;
}
.AnyTagClassName
{
color: #D1BC3D;
}
</style>
background-color css
<style>
a { background-color: #D1BC3D; }
a { background-color: rgb(209,188,61); }
div.DivClassName
{
background-color: #D1BC3D;
}
.BgClassName
{
background-color: #D1BC3D;
}
</style>
border-color css
<style>
span { border-color: #D1BC3D; }
span { border-color: rgb(209,188,61); }
td.TdClassName
{
border-color: #D1BC3D;
}
.TagClassName
{
border-color: #D1BC3D;
}
</style>