Shades of Old Gold #D1BC4B
Tints of Old Gold #D1BC4B
RGB
CMYK
RGB Variations
Color information
#D1BC4B (or 0xD1BC4B) is known color: Old Gold. HEX triplet: D1, BC and 4B. RGB value is (209,188,75). Sum of RGB (Red+Green+Blue) = 209+188+75=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC4B is #2E43B4. Grayscale: #B5B5B5. Windows color (decimal): -3031989 or 4963537. OLE color: 4963537.
HSL color Cylindrical-coordinate representation of color #D1BC4B: hue angle of 50.6º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1BC4B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 75 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.18 |
| HSL | 50.6º | 0.59% | 0.56% | - |
| HSV(B) | 50.6º | 0.64% | 0.82% | - |
| XYZ | 45.55 | 50.03 | 13.91 | - |
| YUV | 181.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 75 | 0 | 0.10 | 0.64 | 0.18 | 50.6 | 0.59 | 0.56 |
| Hex | D1 | BC | 4B | 0 | A | 40 | 12 | 33 | 3B | 38 |
| Octal | 321 | 274 | 113 | 0 | 12 | 100 | 22 | 63 | 73 | 70 |
| Binary | 11010001 | 10111100 | 1001011 | 0 | 1010 | 1000000 | 10010 | 110011 | 111011 | 111000 |
Color Harmonies of #D1BC4B
Complementary color
Monochromatic Colors of #D1BC4B
Black with #D1BC4B
Text Example
Text Example
White with #D1BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC4B; }
p { color: rgb(209,188,75); }
H1.HeaderClassName
{
color: #D1BC4B;
}
.AnyTagClassName
{
color: #D1BC4B;
}
</style>
background-color css
<style>
a { background-color: #D1BC4B; }
a { background-color: rgb(209,188,75); }
div.DivClassName
{
background-color: #D1BC4B;
}
.BgClassName
{
background-color: #D1BC4B;
}
</style>
border-color css
<style>
span { border-color: #D1BC4B; }
span { border-color: rgb(209,188,75); }
td.TdClassName
{
border-color: #D1BC4B;
}
.TagClassName
{
border-color: #D1BC4B;
}
</style>