Shades of Old Gold #D6B73A
Tints of Old Gold #D6B73A
RGB
CMYK
RGB Variations
Color information
#D6B73A (or 0xD6B73A) is known color: Old Gold. HEX triplet: D6, B7 and 3A. RGB value is (214,183,58). Sum of RGB (Red+Green+Blue) = 214+183+58=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B73A is #2948C5. Grayscale: #B2B2B2. Windows color (decimal): -2705606 or 3848150. OLE color: 3848150.
HSL color Cylindrical-coordinate representation of color #D6B73A: hue angle of 48.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6B73A is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 58 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.16 |
| HSL | 48.08º | 0.66% | 0.53% | - |
| HSV(B) | 48.08º | 0.73% | 0.84% | - |
| XYZ | 45.43 | 48.47 | 10.96 | - |
| YUV | 178.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 58 | 0 | 0.14 | 0.73 | 0.16 | 48.08 | 0.66 | 0.53 |
| Hex | D6 | B7 | 3A | 0 | E | 49 | 10 | 30 | 42 | 35 |
| Octal | 326 | 267 | 72 | 0 | 16 | 111 | 20 | 60 | 102 | 65 |
| Binary | 11010110 | 10110111 | 111010 | 0 | 1110 | 1001001 | 10000 | 110000 | 1000010 | 110101 |
Color Harmonies of #D6B73A
Complementary color
Monochromatic Colors of #D6B73A
Black with #D6B73A
Text Example
Text Example
White with #D6B73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B73A; }
p { color: rgb(214,183,58); }
H1.HeaderClassName
{
color: #D6B73A;
}
.AnyTagClassName
{
color: #D6B73A;
}
</style>
background-color css
<style>
a { background-color: #D6B73A; }
a { background-color: rgb(214,183,58); }
div.DivClassName
{
background-color: #D6B73A;
}
.BgClassName
{
background-color: #D6B73A;
}
</style>
border-color css
<style>
span { border-color: #D6B73A; }
span { border-color: rgb(214,183,58); }
td.TdClassName
{
border-color: #D6B73A;
}
.TagClassName
{
border-color: #D6B73A;
}
</style>