Shades of Old Gold #D5BC45
Tints of Old Gold #D5BC45
RGB
CMYK
RGB Variations
Color information
#D5BC45 (or 0xD5BC45) is known color: Old Gold. HEX triplet: D5, BC and 45. RGB value is (213,188,69). Sum of RGB (Red+Green+Blue) = 213+188+69=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC45 is #2A43BA. Grayscale: #B6B6B6. Windows color (decimal): -2769851 or 4570325. OLE color: 4570325.
HSL color Cylindrical-coordinate representation of color #D5BC45: hue angle of 49.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5BC45 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 69 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.16 |
| HSL | 49.58º | 0.63% | 0.55% | - |
| HSV(B) | 49.58º | 0.68% | 0.84% | - |
| XYZ | 46.5 | 50.54 | 12.94 | - |
| YUV | 181.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 69 | 0 | 0.12 | 0.68 | 0.16 | 49.58 | 0.63 | 0.55 |
| Hex | D5 | BC | 45 | 0 | C | 44 | 10 | 32 | 3F | 37 |
| Octal | 325 | 274 | 105 | 0 | 14 | 104 | 20 | 62 | 77 | 67 |
| Binary | 11010101 | 10111100 | 1000101 | 0 | 1100 | 1000100 | 10000 | 110010 | 111111 | 110111 |
Color Harmonies of #D5BC45
Complementary color
Monochromatic Colors of #D5BC45
Black with #D5BC45
Text Example
Text Example
White with #D5BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC45; }
p { color: rgb(213,188,69); }
H1.HeaderClassName
{
color: #D5BC45;
}
.AnyTagClassName
{
color: #D5BC45;
}
</style>
background-color css
<style>
a { background-color: #D5BC45; }
a { background-color: rgb(213,188,69); }
div.DivClassName
{
background-color: #D5BC45;
}
.BgClassName
{
background-color: #D5BC45;
}
</style>
border-color css
<style>
span { border-color: #D5BC45; }
span { border-color: rgb(213,188,69); }
td.TdClassName
{
border-color: #D5BC45;
}
.TagClassName
{
border-color: #D5BC45;
}
</style>