Shades of Old Gold #D5BC41
Tints of Old Gold #D5BC41
RGB
CMYK
RGB Variations
Color information
#D5BC41 (or 0xD5BC41) is known color: Old Gold. HEX triplet: D5, BC and 41. RGB value is (213,188,65). Sum of RGB (Red+Green+Blue) = 213+188+65=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC41 is #2A43BE. Grayscale: #B5B5B5. Windows color (decimal): -2769855 or 4308181. OLE color: 4308181.
HSL color Cylindrical-coordinate representation of color #D5BC41: hue angle of 49.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5BC41 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 65 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.16 |
| HSL | 49.86º | 0.64% | 0.55% | - |
| HSV(B) | 49.86º | 0.69% | 0.84% | - |
| XYZ | 46.38 | 50.49 | 12.3 | - |
| YUV | 181.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 65 | 0 | 0.12 | 0.69 | 0.16 | 49.86 | 0.64 | 0.55 |
| Hex | D5 | BC | 41 | 0 | C | 45 | 10 | 32 | 40 | 37 |
| Octal | 325 | 274 | 101 | 0 | 14 | 105 | 20 | 62 | 100 | 67 |
| Binary | 11010101 | 10111100 | 1000001 | 0 | 1100 | 1000101 | 10000 | 110010 | 1000000 | 110111 |
Color Harmonies of #D5BC41
Complementary color
Monochromatic Colors of #D5BC41
Black with #D5BC41
Text Example
Text Example
White with #D5BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC41; }
p { color: rgb(213,188,65); }
H1.HeaderClassName
{
color: #D5BC41;
}
.AnyTagClassName
{
color: #D5BC41;
}
</style>
background-color css
<style>
a { background-color: #D5BC41; }
a { background-color: rgb(213,188,65); }
div.DivClassName
{
background-color: #D5BC41;
}
.BgClassName
{
background-color: #D5BC41;
}
</style>
border-color css
<style>
span { border-color: #D5BC41; }
span { border-color: rgb(213,188,65); }
td.TdClassName
{
border-color: #D5BC41;
}
.TagClassName
{
border-color: #D5BC41;
}
</style>