Shades of Old Gold #D7B744
Tints of Old Gold #D7B744
RGB
CMYK
RGB Variations
Color information
#D7B744 (or 0xD7B744) is known color: Old Gold. HEX triplet: D7, B7 and 44. RGB value is (215,183,68). Sum of RGB (Red+Green+Blue) = 215+183+68=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B744 is #2848BB. Grayscale: #B3B3B3. Windows color (decimal): -2640060 or 4503511. OLE color: 4503511.
HSL color Cylindrical-coordinate representation of color #D7B744: hue angle of 46.94º degrees, saturation: 0.65, 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 #D7B744 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 68 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.16 |
| HSL | 46.94º | 0.65% | 0.55% | - |
| HSV(B) | 46.94º | 0.68% | 0.84% | - |
| XYZ | 46 | 48.73 | 12.45 | - |
| YUV | 179.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 68 | 0 | 0.15 | 0.68 | 0.16 | 46.94 | 0.65 | 0.55 |
| Hex | D7 | B7 | 44 | 0 | F | 44 | 10 | 2F | 41 | 37 |
| Octal | 327 | 267 | 104 | 0 | 17 | 104 | 20 | 57 | 101 | 67 |
| Binary | 11010111 | 10110111 | 1000100 | 0 | 1111 | 1000100 | 10000 | 101111 | 1000001 | 110111 |
Color Harmonies of #D7B744
Complementary color
Monochromatic Colors of #D7B744
Black with #D7B744
Text Example
Text Example
White with #D7B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B744; }
p { color: rgb(215,183,68); }
H1.HeaderClassName
{
color: #D7B744;
}
.AnyTagClassName
{
color: #D7B744;
}
</style>
background-color css
<style>
a { background-color: #D7B744; }
a { background-color: rgb(215,183,68); }
div.DivClassName
{
background-color: #D7B744;
}
.BgClassName
{
background-color: #D7B744;
}
</style>
border-color css
<style>
span { border-color: #D7B744; }
span { border-color: rgb(215,183,68); }
td.TdClassName
{
border-color: #D7B744;
}
.TagClassName
{
border-color: #D7B744;
}
</style>