Shades of Old Gold #D7B349
Tints of Old Gold #D7B349
RGB
CMYK
RGB Variations
Color information
#D7B349 (or 0xD7B349) is known color: Old Gold. HEX triplet: D7, B3 and 49. RGB value is (215,179,73). Sum of RGB (Red+Green+Blue) = 215+179+73=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B349 is #284CB6. Grayscale: #B2B2B2. Windows color (decimal): -2641079 or 4830167. OLE color: 4830167.
HSL color Cylindrical-coordinate representation of color #D7B349: hue angle of 44.79º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7B349 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 73 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.16 |
| HSL | 44.79º | 0.64% | 0.56% | - |
| HSV(B) | 44.79º | 0.66% | 0.84% | - |
| XYZ | 45.35 | 47.17 | 13.02 | - |
| YUV | 177.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 73 | 0 | 0.17 | 0.66 | 0.16 | 44.79 | 0.64 | 0.56 |
| Hex | D7 | B3 | 49 | 0 | 11 | 42 | 10 | 2D | 40 | 38 |
| Octal | 327 | 263 | 111 | 0 | 21 | 102 | 20 | 55 | 100 | 70 |
| Binary | 11010111 | 10110011 | 1001001 | 0 | 10001 | 1000010 | 10000 | 101101 | 1000000 | 111000 |
Color Harmonies of #D7B349
Complementary color
Monochromatic Colors of #D7B349
Black with #D7B349
Text Example
Text Example
White with #D7B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B349; }
p { color: rgb(215,179,73); }
H1.HeaderClassName
{
color: #D7B349;
}
.AnyTagClassName
{
color: #D7B349;
}
</style>
background-color css
<style>
a { background-color: #D7B349; }
a { background-color: rgb(215,179,73); }
div.DivClassName
{
background-color: #D7B349;
}
.BgClassName
{
background-color: #D7B349;
}
</style>
border-color css
<style>
span { border-color: #D7B349; }
span { border-color: rgb(215,179,73); }
td.TdClassName
{
border-color: #D7B349;
}
.TagClassName
{
border-color: #D7B349;
}
</style>