Shades of Old Gold #D6BA45
Tints of Old Gold #D6BA45
RGB
CMYK
RGB Variations
Color information
#D6BA45 (or 0xD6BA45) is known color: Old Gold. HEX triplet: D6, BA and 45. RGB value is (214,186,69). Sum of RGB (Red+Green+Blue) = 214+186+69=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA45 is #2945BA. Grayscale: #B5B5B5. Windows color (decimal): -2704827 or 4569814. OLE color: 4569814.
HSL color Cylindrical-coordinate representation of color #D6BA45: hue angle of 48.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6BA45 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 69 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.16 |
| HSL | 48.41º | 0.64% | 0.55% | - |
| HSV(B) | 48.41º | 0.68% | 0.84% | - |
| XYZ | 46.36 | 49.84 | 12.81 | - |
| YUV | 181.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 69 | 0 | 0.13 | 0.68 | 0.16 | 48.41 | 0.64 | 0.55 |
| Hex | D6 | BA | 45 | 0 | D | 44 | 10 | 30 | 40 | 37 |
| Octal | 326 | 272 | 105 | 0 | 15 | 104 | 20 | 60 | 100 | 67 |
| Binary | 11010110 | 10111010 | 1000101 | 0 | 1101 | 1000100 | 10000 | 110000 | 1000000 | 110111 |
Color Harmonies of #D6BA45
Complementary color
Monochromatic Colors of #D6BA45
Black with #D6BA45
Text Example
Text Example
White with #D6BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA45; }
p { color: rgb(214,186,69); }
H1.HeaderClassName
{
color: #D6BA45;
}
.AnyTagClassName
{
color: #D6BA45;
}
</style>
background-color css
<style>
a { background-color: #D6BA45; }
a { background-color: rgb(214,186,69); }
div.DivClassName
{
background-color: #D6BA45;
}
.BgClassName
{
background-color: #D6BA45;
}
</style>
border-color css
<style>
span { border-color: #D6BA45; }
span { border-color: rgb(214,186,69); }
td.TdClassName
{
border-color: #D6BA45;
}
.TagClassName
{
border-color: #D6BA45;
}
</style>