Shades of Old Gold #D7B746
Tints of Old Gold #D7B746
RGB
CMYK
RGB Variations
Color information
#D7B746 (or 0xD7B746) is known color: Old Gold. HEX triplet: D7, B7 and 46. RGB value is (215,183,70). Sum of RGB (Red+Green+Blue) = 215+183+70=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B746 is #2848B9. Grayscale: #B4B4B4. Windows color (decimal): -2640058 or 4634583. OLE color: 4634583.
HSL color Cylindrical-coordinate representation of color #D7B746: hue angle of 46.76º 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 #D7B746 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 70 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.16 |
| HSL | 46.76º | 0.64% | 0.56% | - |
| HSV(B) | 46.76º | 0.67% | 0.84% | - |
| XYZ | 46.06 | 48.76 | 12.78 | - |
| YUV | 179.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 70 | 0 | 0.15 | 0.67 | 0.16 | 46.76 | 0.64 | 0.56 |
| Hex | D7 | B7 | 46 | 0 | F | 43 | 10 | 2F | 40 | 38 |
| Octal | 327 | 267 | 106 | 0 | 17 | 103 | 20 | 57 | 100 | 70 |
| Binary | 11010111 | 10110111 | 1000110 | 0 | 1111 | 1000011 | 10000 | 101111 | 1000000 | 111000 |
Color Harmonies of #D7B746
Complementary color
Monochromatic Colors of #D7B746
Black with #D7B746
Text Example
Text Example
White with #D7B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B746; }
p { color: rgb(215,183,70); }
H1.HeaderClassName
{
color: #D7B746;
}
.AnyTagClassName
{
color: #D7B746;
}
</style>
background-color css
<style>
a { background-color: #D7B746; }
a { background-color: rgb(215,183,70); }
div.DivClassName
{
background-color: #D7B746;
}
.BgClassName
{
background-color: #D7B746;
}
</style>
border-color css
<style>
span { border-color: #D7B746; }
span { border-color: rgb(215,183,70); }
td.TdClassName
{
border-color: #D7B746;
}
.TagClassName
{
border-color: #D7B746;
}
</style>