Shades of Old Gold #D7B945
Tints of Old Gold #D7B945
RGB
CMYK
RGB Variations
Color information
#D7B945 (or 0xD7B945) is known color: Old Gold. HEX triplet: D7, B9 and 45. RGB value is (215,185,69). Sum of RGB (Red+Green+Blue) = 215+185+69=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B945 is #2846BA. Grayscale: #B5B5B5. Windows color (decimal): -2639547 or 4569559. OLE color: 4569559.
HSL color Cylindrical-coordinate representation of color #D7B945: hue angle of 47.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7B945 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 69 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.16 |
| HSL | 47.67º | 0.65% | 0.56% | - |
| HSV(B) | 47.67º | 0.68% | 0.84% | - |
| XYZ | 46.45 | 49.57 | 12.75 | - |
| YUV | 180.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 69 | 0 | 0.14 | 0.68 | 0.16 | 47.67 | 0.65 | 0.56 |
| Hex | D7 | B9 | 45 | 0 | E | 44 | 10 | 30 | 41 | 38 |
| Octal | 327 | 271 | 105 | 0 | 16 | 104 | 20 | 60 | 101 | 70 |
| Binary | 11010111 | 10111001 | 1000101 | 0 | 1110 | 1000100 | 10000 | 110000 | 1000001 | 111000 |
Color Harmonies of #D7B945
Complementary color
Monochromatic Colors of #D7B945
Black with #D7B945
Text Example
Text Example
White with #D7B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B945; }
p { color: rgb(215,185,69); }
H1.HeaderClassName
{
color: #D7B945;
}
.AnyTagClassName
{
color: #D7B945;
}
</style>
background-color css
<style>
a { background-color: #D7B945; }
a { background-color: rgb(215,185,69); }
div.DivClassName
{
background-color: #D7B945;
}
.BgClassName
{
background-color: #D7B945;
}
</style>
border-color css
<style>
span { border-color: #D7B945; }
span { border-color: rgb(215,185,69); }
td.TdClassName
{
border-color: #D7B945;
}
.TagClassName
{
border-color: #D7B945;
}
</style>