Shades of Old Gold #D6BA4B
Tints of Old Gold #D6BA4B
RGB
CMYK
RGB Variations
Color information
#D6BA4B (or 0xD6BA4B) is known color: Old Gold. HEX triplet: D6, BA and 4B. RGB value is (214,186,75). Sum of RGB (Red+Green+Blue) = 214+186+75=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA4B is #2945B4. Grayscale: #B6B6B6. Windows color (decimal): -2704821 or 4963030. OLE color: 4963030.
HSL color Cylindrical-coordinate representation of color #D6BA4B: hue angle of 47.91º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6BA4B is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 75 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.16 |
| HSL | 47.91º | 0.63% | 0.57% | - |
| HSV(B) | 47.91º | 0.65% | 0.84% | - |
| XYZ | 46.56 | 49.92 | 13.84 | - |
| YUV | 181.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 75 | 0 | 0.13 | 0.65 | 0.16 | 47.91 | 0.63 | 0.57 |
| Hex | D6 | BA | 4B | 0 | D | 41 | 10 | 30 | 3F | 39 |
| Octal | 326 | 272 | 113 | 0 | 15 | 101 | 20 | 60 | 77 | 71 |
| Binary | 11010110 | 10111010 | 1001011 | 0 | 1101 | 1000001 | 10000 | 110000 | 111111 | 111001 |
Color Harmonies of #D6BA4B
Complementary color
Monochromatic Colors of #D6BA4B
Black with #D6BA4B
Text Example
Text Example
White with #D6BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA4B; }
p { color: rgb(214,186,75); }
H1.HeaderClassName
{
color: #D6BA4B;
}
.AnyTagClassName
{
color: #D6BA4B;
}
</style>
background-color css
<style>
a { background-color: #D6BA4B; }
a { background-color: rgb(214,186,75); }
div.DivClassName
{
background-color: #D6BA4B;
}
.BgClassName
{
background-color: #D6BA4B;
}
</style>
border-color css
<style>
span { border-color: #D6BA4B; }
span { border-color: rgb(214,186,75); }
td.TdClassName
{
border-color: #D6BA4B;
}
.TagClassName
{
border-color: #D6BA4B;
}
</style>