Shades of Old Gold #D5B746
Tints of Old Gold #D5B746
RGB
CMYK
RGB Variations
Color information
#D5B746 (or 0xD5B746) is known color: Old Gold. HEX triplet: D5, B7 and 46. RGB value is (213,183,70). Sum of RGB (Red+Green+Blue) = 213+183+70=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B746 is #2A48B9. Grayscale: #B3B3B3. Windows color (decimal): -2771130 or 4634581. OLE color: 4634581.
HSL color Cylindrical-coordinate representation of color #D5B746: hue angle of 47.41º 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 #D5B746 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 70 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.16 |
| HSL | 47.41º | 0.63% | 0.55% | - |
| HSV(B) | 47.41º | 0.67% | 0.84% | - |
| XYZ | 45.48 | 48.46 | 12.75 | - |
| YUV | 179.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 70 | 0 | 0.14 | 0.67 | 0.16 | 47.41 | 0.63 | 0.55 |
| Hex | D5 | B7 | 46 | 0 | E | 43 | 10 | 2F | 3F | 37 |
| Octal | 325 | 267 | 106 | 0 | 16 | 103 | 20 | 57 | 77 | 67 |
| Binary | 11010101 | 10110111 | 1000110 | 0 | 1110 | 1000011 | 10000 | 101111 | 111111 | 110111 |
Color Harmonies of #D5B746
Complementary color
Monochromatic Colors of #D5B746
Black with #D5B746
Text Example
Text Example
White with #D5B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B746; }
p { color: rgb(213,183,70); }
H1.HeaderClassName
{
color: #D5B746;
}
.AnyTagClassName
{
color: #D5B746;
}
</style>
background-color css
<style>
a { background-color: #D5B746; }
a { background-color: rgb(213,183,70); }
div.DivClassName
{
background-color: #D5B746;
}
.BgClassName
{
background-color: #D5B746;
}
</style>
border-color css
<style>
span { border-color: #D5B746; }
span { border-color: rgb(213,183,70); }
td.TdClassName
{
border-color: #D5B746;
}
.TagClassName
{
border-color: #D5B746;
}
</style>