Shades of Old Gold #D5BC46
Tints of Old Gold #D5BC46
RGB
CMYK
RGB Variations
Color information
#D5BC46 (or 0xD5BC46) is known color: Old Gold. HEX triplet: D5, BC and 46. RGB value is (213,188,70). Sum of RGB (Red+Green+Blue) = 213+188+70=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC46 is #2A43B9. Grayscale: #B6B6B6. Windows color (decimal): -2769850 or 4635861. OLE color: 4635861.
HSL color Cylindrical-coordinate representation of color #D5BC46: hue angle of 49.51º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5BC46 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 70 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.16 |
| HSL | 49.51º | 0.63% | 0.55% | - |
| HSV(B) | 49.51º | 0.67% | 0.84% | - |
| XYZ | 46.53 | 50.55 | 13.1 | - |
| YUV | 182.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 70 | 0 | 0.12 | 0.67 | 0.16 | 49.51 | 0.63 | 0.55 |
| Hex | D5 | BC | 46 | 0 | C | 43 | 10 | 32 | 3F | 37 |
| Octal | 325 | 274 | 106 | 0 | 14 | 103 | 20 | 62 | 77 | 67 |
| Binary | 11010101 | 10111100 | 1000110 | 0 | 1100 | 1000011 | 10000 | 110010 | 111111 | 110111 |
Color Harmonies of #D5BC46
Complementary color
Monochromatic Colors of #D5BC46
Black with #D5BC46
Text Example
Text Example
White with #D5BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC46; }
p { color: rgb(213,188,70); }
H1.HeaderClassName
{
color: #D5BC46;
}
.AnyTagClassName
{
color: #D5BC46;
}
</style>
background-color css
<style>
a { background-color: #D5BC46; }
a { background-color: rgb(213,188,70); }
div.DivClassName
{
background-color: #D5BC46;
}
.BgClassName
{
background-color: #D5BC46;
}
</style>
border-color css
<style>
span { border-color: #D5BC46; }
span { border-color: rgb(213,188,70); }
td.TdClassName
{
border-color: #D5BC46;
}
.TagClassName
{
border-color: #D5BC46;
}
</style>