Shades of Old Gold #D7B546
Tints of Old Gold #D7B546
RGB
CMYK
RGB Variations
Color information
#D7B546 (or 0xD7B546) is known color: Old Gold. HEX triplet: D7, B5 and 46. RGB value is (215,181,70). Sum of RGB (Red+Green+Blue) = 215+181+70=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B546 is #284AB9. Grayscale: #B2B2B2. Windows color (decimal): -2640570 or 4634071. OLE color: 4634071.
HSL color Cylindrical-coordinate representation of color #D7B546: hue angle of 45.93º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7B546 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 70 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.16 |
| HSL | 45.93º | 0.64% | 0.56% | - |
| HSV(B) | 45.93º | 0.67% | 0.84% | - |
| XYZ | 45.65 | 47.94 | 12.64 | - |
| YUV | 178.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 70 | 0 | 0.16 | 0.67 | 0.16 | 45.93 | 0.64 | 0.56 |
| Hex | D7 | B5 | 46 | 0 | 10 | 43 | 10 | 2E | 40 | 38 |
| Octal | 327 | 265 | 106 | 0 | 20 | 103 | 20 | 56 | 100 | 70 |
| Binary | 11010111 | 10110101 | 1000110 | 0 | 10000 | 1000011 | 10000 | 101110 | 1000000 | 111000 |
Color Harmonies of #D7B546
Complementary color
Monochromatic Colors of #D7B546
Black with #D7B546
Text Example
Text Example
White with #D7B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B546; }
p { color: rgb(215,181,70); }
H1.HeaderClassName
{
color: #D7B546;
}
.AnyTagClassName
{
color: #D7B546;
}
</style>
background-color css
<style>
a { background-color: #D7B546; }
a { background-color: rgb(215,181,70); }
div.DivClassName
{
background-color: #D7B546;
}
.BgClassName
{
background-color: #D7B546;
}
</style>
border-color css
<style>
span { border-color: #D7B546; }
span { border-color: rgb(215,181,70); }
td.TdClassName
{
border-color: #D7B546;
}
.TagClassName
{
border-color: #D7B546;
}
</style>