Shades of Old Gold #D6B749
Tints of Old Gold #D6B749
RGB
CMYK
RGB Variations
Color information
#D6B749 (or 0xD6B749) is known color: Old Gold. HEX triplet: D6, B7 and 49. RGB value is (214,183,73). Sum of RGB (Red+Green+Blue) = 214+183+73=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B749 is #2948B6. Grayscale: #B4B4B4. Windows color (decimal): -2705591 or 4831190. OLE color: 4831190.
HSL color Cylindrical-coordinate representation of color #D6B749: hue angle of 46.81º degrees, saturation: 0.63, 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 #D6B749 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 73 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.16 |
| HSL | 46.81º | 0.63% | 0.56% | - |
| HSV(B) | 46.81º | 0.66% | 0.84% | - |
| XYZ | 45.87 | 48.64 | 13.28 | - |
| YUV | 179.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 73 | 0 | 0.14 | 0.66 | 0.16 | 46.81 | 0.63 | 0.56 |
| Hex | D6 | B7 | 49 | 0 | E | 42 | 10 | 2F | 3F | 38 |
| Octal | 326 | 267 | 111 | 0 | 16 | 102 | 20 | 57 | 77 | 70 |
| Binary | 11010110 | 10110111 | 1001001 | 0 | 1110 | 1000010 | 10000 | 101111 | 111111 | 111000 |
Color Harmonies of #D6B749
Complementary color
Monochromatic Colors of #D6B749
Black with #D6B749
Text Example
Text Example
White with #D6B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B749; }
p { color: rgb(214,183,73); }
H1.HeaderClassName
{
color: #D6B749;
}
.AnyTagClassName
{
color: #D6B749;
}
</style>
background-color css
<style>
a { background-color: #D6B749; }
a { background-color: rgb(214,183,73); }
div.DivClassName
{
background-color: #D6B749;
}
.BgClassName
{
background-color: #D6B749;
}
</style>
border-color css
<style>
span { border-color: #D6B749; }
span { border-color: rgb(214,183,73); }
td.TdClassName
{
border-color: #D6B749;
}
.TagClassName
{
border-color: #D6B749;
}
</style>